Creates a valid object to be used in the pool.
Creates a valid object to be used in the pool. This method can block if necessary to make sure a correctly built is created.
This method should "close" and release all resources acquired by the pooled object.
This method should "close" and release all resources acquired by the pooled object. This object will not be used anymore so any cleanup necessary to remove it from memory should be made in this method. Implementors should not raise an exception under any circumstances, the factory should log and clean up the exception itself.
Tests whether we can still send a **SELECT 0** statement to the database.
Tests whether we can still send a **SELECT 0** statement to the database.
an object produced by this pool
Validates by checking if the connection is still connected to the database or not.
Validates by checking if the connection is still connected to the database or not.
an object produced by this pool
Object responsible for creating new connection instances.