getClobLen()
The lobLib.getClobLen() system function returns the number of characters referenced by a CLOB variable.
Syntax
lobLib.getClobLen(clobVariable CLOB in)
returns (result BIGINT)- clobVariable
- The CLOB variable. If this parameter has a null value, EGL throws a NullValueException.
- result
- The number of characters.