Module org.hsqldb

Class JDBCPooledDataSource

java.lang.Object
org.hsqldb.jdbc.JDBCCommonDataSource
org.hsqldb.jdbc.pool.JDBCPooledDataSource
All Implemented Interfaces:
Serializable, Referenceable, CommonDataSource, ConnectionPoolDataSource

public class JDBCPooledDataSource extends JDBCCommonDataSource implements ConnectionPoolDataSource, Serializable, Referenceable, CommonDataSource
A data source that implements ConnectionPoolDataSource.

For use by connection pooling software, not by end users.

Since:
JDK 1.2, HSQLDB 2.0
Author:
Fred Toussi (fredt@users dot sourceforge.net)
See Also: