OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Truncates large object

Descrição

class OCI-Lob {

bool truncate ( [int length] )

}

Truncates the LOB.

Parâmetros

length

If provided, this method will truncate the LOB to length bytes. Otherwise, it will completrely purge the LOB.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

OCI-Lob->erase