Copies a subset of the value for the specified SQLType.LONGVARCHAR column, starting at the specified offset, to the String object.
String getStringChunk(
UInt16 index,
UInt32 srcOffset,
UInt32 count
)
index The 1-based ordinal in the result set to get
srcOffset The o-based start position in the string value.
count The number of characters to be copied.
The string, with specified characters copied.