Handle transactions
The Informix JDBC driver supports executing SQL against non-logged, logged, and
ANSI-compliant databases. With logged and ANSI databases, the JDBC driver supports transactions
through auto-commit, the JDBC Connection commit()/rollback() API, as well as "BEGIN WORK" and
"COMMIT" SQL statements. Additionally, the JDBC driver supports intermediate Savepoints inside of a
transaction.