setClobFromStringAtPosition()

系统函数 LobLib.setClobFromStringAtPosition 将字符串复制至类型为 CLOB 的变量引用的内存区,从内存区中的指定位置开始。

  LobLib.setClobFromStringAtPosition(
    clobVariable CLOB inOut,
    pos BIGINT in
    str STRING in)
clobVariable
类型为 CLOB 的变量。
pos
clobVariable 引用的值中的字符位置。CLOB 变量中的第一个字符位于位置 1。
str
要复制的字符串。

相关参考
CLOB
EGL 库 LobLib

使用条款 | 反馈
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.