Managing transactions using COMMIT, ROLLBACK

UltraLiteJ does not support AutoCommit mode. Transactions must be explicitly committed or rolled back using the methods supported by the Connection interface.

To commit a transaction, use the commit method.

To roll back a transaction, use the rollback method.

See also