|
|||||||||||
| 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.
DataSource-based implementation of ConnectionFactory.null as its
detail message.
(cause == null ?
- defaultAutoCommit -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The default auto-commit state of connections created by this pool.
- defaultCatalog -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The default "catalog" of connections created by this pool.
- defaultReadOnly -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The default read-only state of connections created by this pool.
- defaultTransactionIsolation -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The default TransactionIsolation state of connections created by this pool.
- DelegatingCallableStatement - class org.apache.commons.dbcp.DelegatingCallableStatement.
- A base delegating implementation of
CallableStatement.
- DelegatingCallableStatement(DelegatingConnection, CallableStatement) -
Constructor for class org.apache.commons.dbcp.DelegatingCallableStatement
- Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
- DelegatingConnection - class org.apache.commons.dbcp.DelegatingConnection.
- A base delegating implementation of
Connection.
- DelegatingConnection(Connection) -
Constructor for class org.apache.commons.dbcp.DelegatingConnection
- Create a wrapper for the Connectin which traces this
Connection in the AbandonedObjectPool.
- DelegatingConnection(Connection, AbandonedConfig) -
Constructor for class org.apache.commons.dbcp.DelegatingConnection
- Deprecated. AbandonedConfig is now deprecated.
- DelegatingPreparedStatement - class org.apache.commons.dbcp.DelegatingPreparedStatement.
- A base delegating implementation of
PreparedStatement.
- DelegatingPreparedStatement(DelegatingConnection, PreparedStatement) -
Constructor for class org.apache.commons.dbcp.DelegatingPreparedStatement
- Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
- DelegatingResultSet - class org.apache.commons.dbcp.DelegatingResultSet.
- A base delegating implementation of
ResultSet.
- DelegatingResultSet(Statement, ResultSet) -
Constructor for class org.apache.commons.dbcp.DelegatingResultSet
- Create a wrapper for the ResultSet which traces this
ResultSet to the Statement which created it and the
code which created it.
- DelegatingStatement - class org.apache.commons.dbcp.DelegatingStatement.
- A base delegating implementation of
Statement.
- DelegatingStatement(DelegatingConnection, Statement) -
Constructor for class org.apache.commons.dbcp.DelegatingStatement
- Create a wrapper for the Statement which traces this
Statement to the Connection which created it and the
code which created it.
- deleteRow() -
Method in class org.apache.commons.dbcp.DelegatingResultSet
-
- destroyObject(Object) -
Method in class org.apache.commons.dbcp.PoolableConnectionFactory
-
- destroyObject(Object, Object) -
Method in class org.apache.commons.dbcp.PoolingConnection
- My
KeyedPoolableObjectFactory method for destroying
PreparedStatements.
- DriverAdapterCPDS - class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS.
-
An adapter for jdbc drivers that do not include an implementation
of
ConnectionPoolDataSource, but still include a
DriverManager implementation.
- DriverAdapterCPDS() -
Constructor for class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
- Default no-arg constructor for Serialization
- driverClassName -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The fully qualified Java class name of the JDBC driver to be used.
- DriverConnectionFactory - class org.apache.commons.dbcp.DriverConnectionFactory.
- A
Driver-based implementation of ConnectionFactory. - DriverConnectionFactory(Driver, String, Properties) -
Constructor for class org.apache.commons.dbcp.DriverConnectionFactory
-
- DriverManagerConnectionFactory - class org.apache.commons.dbcp.DriverManagerConnectionFactory.
- A
DriverManager-based implementation of ConnectionFactory. - DriverManagerConnectionFactory(String, Properties) -
Constructor for class org.apache.commons.dbcp.DriverManagerConnectionFactory
-
- DriverManagerConnectionFactory(String, String, String) -
Constructor for class org.apache.commons.dbcp.DriverManagerConnectionFactory
-
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 instance.
Referenceable implementation.
Referenceable implementation prepares object for
binding in jndi.
SharedPoolDataSource and
PerUserPoolDataSource. Constructor described by the given parameter types
and values.
PreparedStatements
ContentHandler
for the Java Object Configuration Language.
JOCLContentHandler(true,true,true,true).
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.
XMLReader specified by the org.xml.sax.driver
property.
XMLReader specified by the org.xml.sax.driver
property.
InputSource, using thethe
XMLReader specified by the org.xml.sax.driver
property.
InputSource, using the
specified XMLReader.
InputStream, using the
XMLReader specified by the org.xml.sax.driver
property.
InputStream, using the specified
XMLReader.
Reader, using the
XMLReader specified by the org.xml.sax.driver
property.
Reader, using the specified
XMLReader.
KeyedPoolableObjectFactory method for passivating
PreparedStatements.
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.PreparedStatement from my pool.
PreparedStatement from my pool.
Connection.
ConnectionFactory from which to obtain base Connections.
Connections
Connections
Connections
Connections
UnsupportedOperationException.
ObjectPool in which to pool Connections.
PreparedStatements
KeyedObjectPoolFactory I use to create KeyedObjectPools
for pooling PreparedStatements.
validate Connections.
DataSource appropriate for deployment within
J2EE environment. SharedPoolDataSourcesSQLNestedException with specified
detail message and nested Throwable.
KeyedPoolableObjectFactory method for validating
PreparedStatements.
JOCL_PREFIX but no namespace URI as being
mapped to the jocl namespace.
JOCL_PREFIX but no namespace URI as being
mapped to the jocl namespace.
Connection.
KeyedObjectPool.
Locator.
KeyedObjectPool from which I was obtained.
PreparedStatements.
Classes) already created via the parse.
Objects) already created via the parse.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||