setClobFromStringAtPosition()

The system function LobLib.setClobFromStringAtPosition copies a string into the memory area referenced by a variable of type CLOB, starting at a specified position in the memory area.

  LobLib.setClobFromStringAtPosition(
    clobVariable CLOB inOut,
    pos BIGINT in
    str STRING in)
clobVariable
The variable of type CLOB.
pos
The character position in the value referenced by clobVariable. The first character in the CLOB variable is at position 1.
str
The string to be copied.

Related reference
CLOB
EGL library LobLib

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