OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Truncates large object

Descripción

class OCI-Lob {

bool truncate ( [int length] )

}

If parameter length is given, OCI-Lob->truncate() truncates large object to length bytes. Otherwise, OCI-Lob->truncate() will purge the LOB completely.

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Lista de parámetros

length

Ver también

OCI-Lob->erase