getClobLen()

The system function LobLib.getClobLen returns the number of characters referenced by a variable of type CLOB.

  LobLib.getClobLen(clobVariable CLOB in)
  returns (result BIGINT)
result
The number of characters.
clobVariable
The variable of type CLOB.

Related reference
CLOB
EGL library LobLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.