BLOB size
BLOB size ( blob ) : Integer
| Paramètre | Type | Description | |
|---|---|---|---|
| blob | Blob | → | Champ ou variable de type BLOB |
| Résultat | Integer | ← | 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
Propriétés
| Numéro de commande | 605 |
| Thread safe | ✓ |