|
||||||||||
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.Connection
in an
implementation specific fashion.
DataSource
-based implementation of ConnectionFactory
.null
as its
detail message.
(cause == null ? null : cause.toString())
.
CallableStatement
.Connection
.PreparedStatement
.ResultSet
.Statement
.KeyedPoolableObjectFactory
method for destroying
PreparedStatement
s.
ConnectionPoolDataSource
, but still include a
DriverManager
implementation.Driver
-based implementation of ConnectionFactory
.DriverManager
-based implementation of ConnectionFactory
.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
instance.
Referenceable
implementation.
Referenceable
implementation prepares object for
binding in jndi.
SharedPoolDataSource
and
PerUserPoolDataSource
.PreparedStatement
s
KeyedPoolableObjectFactory
method for creating
PreparedStatement
s.
ConnectionPoolDataSource
(CPDS) implementation that can be used to
adapt older Driver
based jdbc implementations.PerUserPoolDataSource
and
SharedPoolDataSource
which provide a database connection pool.KeyedPoolableObjectFactory
method for passivating
PreparedStatement
s.
DataSource
appropriate for deployment within
J2EE environment.SharedPoolDataSource
sObjectPool
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
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.
DataSource
appropriate for deployment within
J2EE environment.SharedPoolDataSource
sSQLNestedException
with specified
detail message and nested Throwable
.
KeyedPoolableObjectFactory
method for validating
PreparedStatement
s.
Connection
.
KeyedObjectPool
.
KeyedObjectPool
from which I was obtained.
PreparedStatement
s.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |