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

 

writeText method

Syntax
void ianywhere.qanywhere.client.QATextMessage.writeText(
  String value
)
throws QAException
Parameters
  • value   The text to append.

Throws
  • Thrown if there is a problem appending the message text.
Remarks

Appends text to the text of the message.