Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » ResultSet class

 getString method Next Page

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
Returns

The string, with specified characters copied.