getBlobLen()
The lobLib.getBlobLen() system function returns the number of bytes in the value referenced by a BLOB variable.
Syntax
lobLib.getBlobLen(blobVariable BLOB in)
returns (result BIGINT)- blobVariable
- The BLOB variable. If this parameter has a null value, EGL throws a NullValueException.
- result
- The number of bytes.