Aller au contenu principal
Version: 20 R7 BETA

BLOB size

BLOB size ( blob ) -> Résultat

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