Begin a transaction and returns a Transaction for controlling and tracking this transaction.
When the connection is explicitely closed, any inflight transaction is rollbacked.Begin a transaction and returns a Transaction for controlling and tracking this transaction.
When the connection is explicitely closed, any inflight transaction is rollbacked.Close the current connection after all the pending commands have been processed.
Close the current connection after all the pending commands have been processed.
Set an handler called when the connection is closed.
Set an handler called with connection errors.
Create a prepared statement using the given sql
string.
Create a prepared statement using the given sql
string.
Create a prepared statement using the given sql
string.
Create a prepared statement using the given sql
string.
Create a prepared query, one of the {@link Query#execute} or {@link PreparedQuery#executeBatch} methods must be called to execute the query.
Create a prepared query, one of the {@link Query#execute} or {@link PreparedQuery#executeBatch} methods must be called to execute the query.
Generated using TypeDoc
A connection to the database server.