Aller au contenu principal
Version: Next

BLOB size

BLOB size ( blob ) -> Résultat

ParamètreTypeDescription
blobBLOB🡒Champ ou variable de type BLOB
RésultatEntier long🡐Taille 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