getStringChunk method

Copies a subset of the value for the specified SQLType.LONGVARCHAR column, starting at the specified offset, to the String object.

Syntax
String getStringChunk(
  UInt16 index,
  UInt32 srcOffset,
  UInt32 count 
)
Parameters
  • 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.

Returns

The string, with specified characters copied.