|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
KeyedPoolableObjectFactory method for activating
PreparedStatements.
javax.sql.DataSource that is
configured via JavaBeans properties.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.Connections.SQLException but this is not required).
PreparedStatements from my pool, and
close my underlying connection.
Connection in an
implementation specific fashion.
BasicDataSource instance based on the
given properties.
DataSource-based implementation of ConnectionFactory.null as its
detail message.
(cause == null ? null : cause.toString()).
CallableStatement.Connection.PreparedStatement.ResultSet.Statement.ConnectionPoolDataSource, but still include a
DriverManager implementation.Driver-based implementation of ConnectionFactory.DriverManager-based implementation of ConnectionFactory.KeyedPoolableObjectFactory method for destroying
PreparedStatements.
Connection from my pool,
according to the contract specified by ObjectPool.borrowObject().
UnsupportedOperationException
Connection.
Statement.
Connection is not a
DelegatingConnection, returns it,
otherwise recursively invokes this method on
my delegate.
ResultSet is not a
DelegatingResultSet, returns it,
otherwise recursively invokes this method on
my delegate.
Statement is not a
DelegatingStatement, returns it,
otherwise recursively invokes this method on
my delegate.
UnsupportedOperationException.
BasicDataSource.maxOpenPreparedStatements property.
BasicDataSource.minEvictableIdleTimeMillis property.
BasicDataSource.numTestsPerEvictionRun property.
BasicDataSource instance.
Referenceable implementation.
PerUserPoolDataSource Reference.
SharedPoolDataSource Reference.
BasicDataSource.testOnBorrow property.
BasicDataSource.testOnReturn property.
BasicDataSource.testWhileIdle property.
BasicDataSource.timeBetweenEvictionRunsMillis
property.
BasicDataSource.url property.
BasicDataSource.username property.
SharedPoolDataSource and
PerUserPoolDataSource.PreparedStatements
KeyedPoolableObjectFactory method for creating
PreparedStatements.
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based jdbc implementations.PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool.DataSource appropriate for deployment within
J2EE environment.SharedPoolDataSourcesObjectPool when
closed.PoolableObjectFactory that creates
PoolableConnections.DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatements.DelegatingConnection that pools PreparedStatements.DataSource implementation that obtains
Connections from the specified ObjectPool.Driver implementation that obtains
Connections from a registered
ObjectPool.KeyedPoolableObjectFactory method for passivating
PreparedStatements.
PreparedStatement from my pool.
PreparedStatement from my pool.
Connection.
SQLNestedException with specified
detail message and nested Throwable.
DataSource appropriate for deployment within
J2EE environment.SharedPoolDataSourcesConnectionFactory from which to obtain base Connections.
Connections
Connections
Connections
Connections
UnsupportedOperationException.
BasicDataSource.maxOpenPreparedStatements
property.
BasicDataSource.minEvictableIdleTimeMillis property.
BasicDataSource.numTestsPerEvictionRun property.
BasicDataSource.password.
ObjectPool in which to pool Connections.
PreparedStatements
KeyedObjectPoolFactory I use to create KeyedObjectPools
for pooling PreparedStatements.
BasicDataSource.testOnBorrow property.
testOnReturn property.
testWhileIdle property.
BasicDataSource.timeBetweenEvictionRunsMillis property.
BasicDataSource.url.
BasicDataSource.username.
BasicDataSource.validationQuery.
validate Connections.
KeyedPoolableObjectFactory method for validating
PreparedStatements.
Connection.
KeyedObjectPool.
KeyedObjectPool from which I was obtained.
PreparedStatements.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||