Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定したオフセットで始まる、指定した SQLType.LONGVARCHAR カラムの値のサブセットを、返される String オブジェクトにコピーします。
public String getStringChunk(UInt16 cid, UInt32 srcOffset, UInt32 count)
cid 1 から始まるカラム ID。
srcOffset カラム値の開始位置。最初の値は 0 です。
count コピーされる文字数。
指定された文字数がコピーされた文字列。
値の srcOffset (0 から始まります) から srcOffset+count-1 までの位置の文字が、文字列にコピーされます。