Package | Description |
---|---|
oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work with JDBC connections and a connection pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PoolXADataSource
A Universal Connection Pool-enabled XA data source.
|
Modifier and Type | Class and Description |
---|---|
class |
PoolDataSourceImpl
A connection pool-aware data source.
|
class |
PoolXADataSourceImpl
A connection pool-aware data source.
|
Modifier and Type | Method and Description |
---|---|
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource()
Obtains a pool-enabled
PoolDataSource instance. |
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource(java.util.Properties configuration)
Creates and configures a new data source to a shared pool instance.
|
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource(java.lang.String dataSourceName)
Obtains a pool-enabled
PoolDataSource instance. |