Package net.sourceforge.esw.util.database

Provides pooling for JDBC connections.

See:
          Description

Class Summary
DBConnectionPool A pool of java.sql.Connection instances to optimize connection to a JDBC data source.
DBConnectionPoolManager A Factory for the creation and access of DBConnectionPool instances.
 

Package net.sourceforge.esw.util.database Description

Provides pooling for JDBC connections. Pooling is provided through the standard JDBC class java.sql.Connection to allow maximum flexibility of use with existing code. All database connection creation and distruction is handled by the DBConnectionPool and access to the DBConnectionPool is provided by the DBConnectionPoolManager.



Copyright 2002 Free Software Foundation. All Rights Reserved.