| 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 | Description |
|---|---|---|
interface |
PoolXADataSource |
A Universal Connection Pool-enabled XA data source.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PoolDataSourceImpl |
A connection pool-aware data source.
|
class |
PoolXADataSourceImpl |
A connection pool-aware data source.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource() |
Obtains a pool-enabled
PoolDataSource instance. |
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource(String dataSourceName) |
Obtains a pool-enabled
PoolDataSource instance. |
static PoolDataSource |
PoolDataSourceFactory.getPoolDataSource(Properties configuration) |
Creates and configures a new data source to a shared pool instance.
|
Copyright © 2008, 2017, Oracle. All rights reserved.