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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QATransactionalManager interface

 

commit method

Syntax
void QATransactionalManager.commit()
throws QAException
Throws
  • Thrown if there is a problem committing.

Remarks

Commits the current transaction and begins a new transaction.

This method commits all QAManagerBase.putMessage(String, QAMessage) and QAManagerBase.getMessage(String) invocations.

The first transaction begins with the call to QATransactionalManager.open().