|
||||||
PREV NEXT | FRAMES NO FRAMES |
KeyedPoolableObjectFactory
method for activating
PreparedStatement
s.
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).
PreparedStatement
s from my pool, and
close my underlying connection.
Connection
s.Constructor
related utility functions.Connection
in an
implementation specific fashion.
PoolingConnection.PStmtKey
for the given arguments.
PoolingConnection.PStmtKey
for the given arguments.
DataSource
-based implementation of ConnectionFactory
.RuntimeException
that can be used to wrap
a SQLException
using the "root cause" pattern of JDK 1.4
exceptions, but without requiring a 1.4 runtime environment.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.
- defaultReadOnly -
Variable in class org.apache.commons.dbcp.BasicDataSource
- The default read-only 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
- Create a wrapper for the Connection which traces
the Statements created so that any unclosed Statements
can be closed when this Connection is closed.
- 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
PreparedStatement
s.
- 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()
.
Connection
from which I was created.
UnsupportedOperationException
Constructor
for the given method signature, or null
if no such Constructor can be found.
Connection
.
Statement
.
PreparedStatement
.
Connection
is not a
DelegatingConnection, 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.
PreparedStatement
is not a
DelegatingPreparedStatement, returns it,
otherwise recursively invokes this method on
my delegate.
UnsupportedOperationException
.
BasicDataSource
instance.
Referenceable
implementation.
Constructor
described by the given parameter types
and values.
PreparedStatement
s
org.xml.sax.ContentHandler
for the Java Object Configuration Language.
JOCLContentHandler(true,true,true,true)
.
KeyedPoolableObjectFactory
method for creating
PreparedStatement
s.
ConnectionPoolDataSource
(CPDS) implementation that can be used to
adapt older Driver
based jdbc implementations. 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
PreparedStatement
s.
ObjectPool
when
closed.PoolableObjectFactory
that creates
PoolableConnection
s.DelegatingPreparedStatement
that cooperates with
PoolingConnection
to implement a pool of PreparedStatement
s.
DelegatingConnection
that pools PreparedStatement
s.
DataSource
implementation that obtains
Connection
s from the specified ObjectPool
.Driver
implementation that obtains
Connection
s from a registered
ObjectPool
.PreparedStatement
from my pool.
PreparedStatement
from my pool.
Connection
.
ConnectionFactory
from which to obtain base Connection
s.
Connection
s
Connection
s
UnsupportedOperationException
.
ObjectPool
in which to pool Connection
s.
PreparedStatement
s
KeyedObjectPoolFactory
I use to create KeyedObjectPool
s
for pooling PreparedStatement
s.
validate
Connection
s.
KeyedPoolableObjectFactory
method for validating
PreparedStatement
s.
JOCLContentHandler.JOCL_PREFIX
but no namespace URI as being
mapped to the jocl namespace.
JOCLContentHandler.JOCL_PREFIX
but no namespace URI as being
mapped to the jocl namespace.
Connection
.
Connection
from which I was created.
KeyedObjectPool
.
Locator
.
KeyedObjectPool
from which I was obtained.
PreparedStatement
s.
Class
es) already created via the parse.
Object
s) already created via the parse.
|
||||||
PREV NEXT | FRAMES NO FRAMES |