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 列值的起始位置。该值从零开始。
count 要复制的字符数。
复制了指定字符的字符串。
从值的 srcOffset 位置(从 0 开始)到 srcOffset+count-1 位置之间的字符被复制到字符串中。