| Package | Description |
|---|---|
| oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
| oracle.jdbc.replay |
Provides interfaces and factory methods for Application Continuity.
|
| oracle.jdbc.xa |
Provides classes that implement the JDBC XA APIs.
|
| oracle.jdbc.xa.client |
Provides classes that implement the JDBC XA APIs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleConnectionPoolDataSource |
A DataSource object is a factory for Connection objects.
|
class |
OracleOCIConnectionPool |
A type-2 driver connection pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
OracleDataSource.copy(OracleDataSource ds) |
|
void |
OracleConnectionCacheManager.createCache(String cacheName,
OracleDataSource ods,
Properties cacheProperties) |
Deprecated.
Use Oracle Universal Connection Pool instead.
|
String |
OracleConnectionCacheManager.createCache(OracleDataSource ods,
Properties cacheProperties) |
Deprecated.
Use Oracle Universal Connection Pool instead.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected OracleDataSource |
OracleDataSourceImpl.ods |
|
protected OracleDataSource |
OracleDataSourceImpl.odsReconnectOnly |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleXADataSource |
A factory for XAConnection objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
OracleXADataSource.copy(OracleDataSource ds) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleXADataSource |
A factory for XAConnection objects.
|
Copyright © 2008, 2017, Oracle. All rights reserved.