|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OracleDataSource | |
|---|---|
| oracle.jdbc.pool | A package of connection cache and pooling related classes. |
| oracle.jdbc.xa | Provides classes that implement the JDBC XA APIs. |
| Uses of OracleDataSource in oracle.jdbc.pool |
|---|
| Subclasses of OracleDataSource in oracle.jdbc.pool | |
|---|---|
class |
OracleConnectionPoolDataSourceA DataSource object is a factory for Connection objects. |
class |
OracleOCIConnectionPoolA type-2 driver connection pool. |
| Methods in oracle.jdbc.pool with parameters of type OracleDataSource | |
|---|---|
protected void |
OracleDataSource.copy(OracleDataSource ds) |
String |
OracleConnectionCacheManager.createCache(OracleDataSource ods, Properties cacheProperties)Deprecated. Use Oracle Universal Connection Pool instead. Creates a connection cache using an auto-generated Connection Cache name, and the supplied Connection Cache Properties. The Connection Cache created is associated with the DataSource Object provided. |
void |
OracleConnectionCacheManager.createCache(String cacheName, OracleDataSource ods, Properties cacheProperties)Deprecated. Use Oracle Universal Connection Pool instead. Creates a connection cache using the supplied Connection Cache name, and the Connection Cache Properties. The Connection Cache created is associated with the DataSource Object provided. |
| Uses of OracleDataSource in oracle.jdbc.xa |
|---|
| Subclasses of OracleDataSource in oracle.jdbc.xa | |
|---|---|
class |
OracleXADataSourceA factory for XAConnection objects. |
| Methods in oracle.jdbc.xa with parameters of type OracleDataSource | |
|---|---|
protected void |
OracleXADataSource.copy(OracleDataSource ds) |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||