getStrFromClob()

The system function LobLib.getStrFromClob returns a string that corresponds to the value referenced by a variable of type CLOB.

  LobLib.getStrFromClob(clobVariable CLOB in)
  returns (result STRING)
result
The returned string.
clobVariable
The variable of type CLOB.

Related reference
CLOB
EGL library LobLib

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