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 QATransactionalManager

 

rollback method

Syntax
void ianywhere.qanywhere.client.QATransactionalManager.rollback()
throws QAException
Throws
  • Thrown if there is a problem rolling back.
Remarks

Rolls back the current transaction and begins a new transaction.

This method rolls back all uncommitted QAManagerBase.putMessage(String, QAMessage) and QAManagerBase.getMessage(String) invocations.