Commits the transaction. After commit, this transaction handle must not be reused.
Executes a SQL query within this transaction.
The SQL statement to execute.
The query result.
Rolls back the transaction. After rollback, this transaction handle must not be reused.
A database transaction handle that supports query execution, commit, and rollback. Obtained from CodeGenConnection.beginTransaction().