OCI-Lob->truncate

(no version information, might be only in CVS)

OCI-Lob->truncate -- Tronque un LOB Oracle

Description

class OCI-Lob {

bool truncate ( [int length] )

}

Si length est fourni, OCI-Lob->truncate() tronque le LOB à length octets. Sinon, OCI-Lob->truncate() va purger complètement le LOB.

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Liste de paramètres

length

Voir aussi

OCI-Lob->erase