Returns a non pooled connection.
Returns a non pooled connection. Maintaing the connection and closing it gracefully is the task of the user of the API.
Configuration of the connection
a java.sql.Connection
Gives a connection from underlying ConnectionPool with the given name.
Gives a connection from underlying ConnectionPool with the given name. If no such pool exists it creates a new pool and return a connection.
name of the pool
configuration of the pool
a java.sql.Connection