- DBCP_CONNECTIONINITSQLS - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
NOTE: Versions 1.3 and 1.4 of DBCP incorrectly use "initConnectionSqls" as
the name of this property for JNDI object factory configuration.
- DBCP_DEFAULTAUTOCOMMIT - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: true The default auto-commit state of connections created by this
pool.
- DBCP_DEFAULTCATALOG - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: The default catalog of connections created by this pool.
- DBCP_DEFAULTREADONLY - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: driver default The default read-only state of connections created
by this pool.
- DBCP_DEFAULTTRANSACTIONISOLATION - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: driver default The default TransactionIsolation state of
connections created by this pool.
- DBCP_INITIALSIZE - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 0 The initial number of connections that are created when the pool
is started.
- DBCP_LOGABANDONED - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: false Flag to log stack traces for application code which
abandoned a Statement or Connection.
- DBCP_MAXACTIVE - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 8 The maximum number of active connections that can be allocated
from this pool at the same time, or negative for no limit.
- DBCP_MAXIDLE - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 8 The maximum number of connections that can remain idle in the
pool, without extra ones being released, or negative for no limit.
- DBCP_MAXWAIT - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: indefinitely The maximum number of milliseconds that the pool will
wait (when there are no available connections) for a connection to be
returned before throwing an exception, or -1 to wait indefinitely.
- DBCP_MINEVICTABLEIDLETIMEMILLIS - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 1000 * 60 * 30 The minimum amount of time an object may sit idle
in the pool before it is eligable for eviction by the idle object evictor
(if any).
- DBCP_MINIDLE - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 0 The minimum number of connections that can remain idle in the
pool, without extra ones being created, or zero to create none.
- DBCP_NUMTESTSPEREVICTIONRUN - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 3 The number of objects to examine during each run of the idle
object evictor thread (if any).
- DBCP_REMOVEABANDONED - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: false Flag to remove abandoned connections if they exceed the
removeAbandonedTimout.
- DBCP_REMOVEABANDONEDTIMEOUT - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: 300 Timeout in seconds before an abandoned connection can be
removed.
- DBCP_TESTONBORROW - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: true The indication of whether objects will be validated before
being borrowed from the pool.
- DBCP_TESTONRETURN - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: false The indication of whether objects will be validated before
being returned to the pool.
- DBCP_TESTWHILEIDLE - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: false The indication of whether objects will be validated by the
idle object evictor (if any).
- DBCP_TIMEBETWEENEVICTIONRUNSMILLIS - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
Default: -1 The number of milliseconds to sleep between runs of the idle
object evictor thread.
- DBCP_VALIDATIONQUERY - Static variable in class org.plasma.sdo.jdbc.connect.RDBConnectionManager
-
The SQL query that will be used to validate connections from this pool
before returning them to the caller.