Package org.datanucleus.store.rdbms.datasource.dbcp

Interface Summary
ConnectionFactory Abstract factory interface for creating Connections.
 

Class Summary
AbandonedConfig Configuration settings for handling abandoned db connections.
AbandonedObjectPool An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections.
AbandonedTrace Tracks db connection usage for recovering and reporting abandoned db connections.
BasicDataSource Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSourceFactory JNDI object factory that creates an instance of BasicDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicDataSource bean properties.
DataSourceConnectionFactory A DataSource-based implementation of ConnectionFactory.
DelegatingCallableStatement A base delegating implementation of CallableStatement.
DelegatingConnection A base delegating implementation of Connection.
DelegatingDatabaseMetaData A base delegating implementation of DatabaseMetaData.
DelegatingPreparedStatement A base delegating implementation of PreparedStatement.
DelegatingResultSet A base delegating implementation of ResultSet.
DelegatingStatement A base delegating implementation of Statement.
DriverConnectionFactory A Driver-based implementation of ConnectionFactory.
DriverManagerConnectionFactory A DriverManager-based implementation of ConnectionFactory.
PoolableCallableStatement A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.
PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnectionFactory A PoolableObjectFactory that creates PoolableConnections.
PoolablePreparedStatement A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
PoolingConnection A DelegatingConnection that pools PreparedStatements.
PoolingDataSource A simple DataSource implementation that obtains Connections from the specified ObjectPool.
PoolingDriver A Driver implementation that obtains Connections from a registered ObjectPool.
 

Exception Summary
DbcpException Deprecated. This will be removed in a future version of DBCP.
SQLNestedException A SQLException subclass containing another Throwable
 



Copyright © 2012. All Rights Reserved.