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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QATransactionalManager

Interface QATransactionalManager Next Page

commit method


Synopsis

void ianywhere.qanywhere.client.QATransactionalManager.commit()
throws QAException

Throws
Remarks

Commits the current transaction and begins a new transaction.

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

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