setClobFromStringAtPosition()

システム関数 LobLib.setClobFromStringAtPosition は、型 CLOB の変数で参照されたメモリー領域へ、メモリー領域の指定された位置から開始して、文字列をコピーします。

  LobLib.setClobFromStringAtPosition(
    clobVariable CLOB inOut,
    pos BIGINT in
    str STRING in)
clobVariable
型 CLOB の変数。
pos
clobVariable で参照された値内の文字位置。 CLOB 変数内の先頭文字がポジション 1 にあります。
str
コピーされる文字列。

関連する概念
EGL 関数の構文図

関連する参照項目
CLOB
EGL ライブラリー LobLib

ご利用条件 | フィードバック
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
(C) Copyright IBM Japan 2005.