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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Interface QATextMessage

 

getText method

Syntax
String ianywhere.qanywhere.client.QATextMessage.getText()
throws QAException
Throws
  • Thrown if there is a problem retrieving the message text.
Remarks

Returns the message text.

If the message text exceeds the maximum size specified by the QAManager.MAX_IN_MEMORY_MESSAGE_SIZE property, this method returns null. In this case, use the QATextMessage.readText(int) method to read the text.

See Also

readText method

Returns

The message text, or null .