Aller au contenu principal
Version: Next

BLOB size

BLOB size ( blob ) : Integer

ParamètreTypeDescription
blobBlobChamp ou variable de type BLOB
RésultatIntegerTaille en octets du BLOB

Description

BLOB size retourne la taille de blob exprimée en octets.

Exemple

La ligne de code suivante ajoute 100 octets au BLOB monBlob :

 SET BLOB SIZE(monBlob;BLOB size(monBlob)+100)

Voir aussi

SET BLOB SIZE