Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends.
Close the pool and release the associated resources.
Get a connection from the pool.
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 pool of SQL connections.
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>