Package Free.DBPool

Class Summary
ConnectionReaper A class to remove dead connections from the pool.
JDCConnection This class represents a JDBC connection in the pool and is essentially a wrapper around a real connection.
JDCConnectionDriver The class could be regarded as pseudo-driver or wrapper driver which provides driver services to the FREE applications on behalf of the 'real' JDBC driver through the connection pool.
JDCConnectionPool The class that creates the pool of Connections for use by the driver Code originates from Java Developer Connection.