Set an handler to be called when the transaction is aborted.
Rollback the transaction and release the associated resources.
Commit the current transaction.
Like {@link #commit} with an handler to be notified when the transaction commit has completed
Create a prepared query.
Rollback the current transaction.
Like {@link #rollback} with an handler to be notified when the transaction rollback has completed
Execute a simple query.
Prepare and execute a query.
Prepare and execute a query.
Prepare and execute a createBatch.
Close the client and release the associated resources.
A transaction that allows to control the transaction and receive events.