setClobFromString()

The system function LobLib.setClobFromString copies a string into a memory area referenced by a variable of type CLOB.

  LobLib.setClobFromString(
    clobVariable CLOB inOut,
    str STRING in)
clobVariable
The variable of type CLOB.
str
The string to be copied.

Related reference
CLOB
EGL library LobLib

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