|
||||||
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.PreparedStatement
s from my pool, and
close my underlying connection.
Connection
s.Constructor
related utility functions.Connection
in an
implementation specific fashion.
BasicDataSource
instance based on the
given properties.
DataSource
-based implementation of ConnectionFactory
.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
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.
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
.Constructor
described by the given parameter types
and values.
PreparedStatement
s
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.PerUserPoolDataSource
and
SharedPoolDataSource
which provide a database connection pool.XMLReader
specified by the org.xml.sax.driver
property.
Reader
, using the
XMLReader
specified by the org.xml.sax.driver
property.
InputStream
, using the
XMLReader
specified by the org.xml.sax.driver
property.
InputSource
, using thethe
XMLReader
specified by the org.xml.sax.driver
property.
XMLReader
specified by the org.xml.sax.driver
property.
Reader
, using the specified
XMLReader
.
InputStream
, using the specified
XMLReader
.
InputSource
, using the
specified XMLReader
.
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
.
BasicDataSource.maxOpenPreparedStatements
property.
BasicDataSource.minEvictableIdleTimeMillis
property.
BasicDataSource.numTestsPerEvictionRun
property.
BasicDataSource.password
.
ObjectPool
in which to pool Connection
s.
PreparedStatement
s
KeyedObjectPoolFactory
I use to create KeyedObjectPool
s
for pooling PreparedStatement
s.
BasicDataSource.testOnBorrow
property.
testOnReturn
property.
testWhileIdle
property.
BasicDataSource.timeBetweenEvictionRunsMillis
property.
BasicDataSource.url
.
BasicDataSource.username
.
BasicDataSource.validationQuery
.
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.
|
||||||
PREV NEXT | FRAMES NO FRAMES |