|
||||||||||
| 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.SQLException but this is not required).
PreparedStatements from my pool, and
close my underlying connection.
Connections.Constructor related utility functions.Connection in an
implementation specific fashion.
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.KeyedPoolableObjectFactory method for destroying
PreparedStatements.
ConnectionPoolDataSource, but still include a
DriverManager implementation.Driver-based implementation of ConnectionFactory.DriverManager-based implementation of ConnectionFactory.getAttributeValue(localname,attr,null).
Attributes.
Connection from my pool,
according to the contract specified by ObjectPool.borrowObject().
UnsupportedOperationException
Constructor for the given method signature, or null
if no such Constructor can be found.
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.
ObjectPool in which Connections are pooled.