Transaction management

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

Use the commit method to commit transactions. Use the rollback method to roll back transactions.

 See also