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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QATextMessage interface

 

readText method

Syntax
String QATextMessage.readText(
  int maxLength
)
throws QAException
Parameters
  • maxLength   The maximum number of characters to read.

Throws
  • Thrown if there is a problem retrieving the unread text.

Remarks

Returns unread text from the message.

Any additional unread text must be read by subsequent calls to this method. Text is read from the beginning of any unread text.

Returns

The text.