Uses of Interface
oracle.jdbc.datasource.OracleDataSource
-
Packages that use OracleDataSource Package Description oracle.jdbc.datasource.impl 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. -
- <section role="region">
Uses of OracleDataSource in oracle.jdbc.datasource.impl
</section>Classes in oracle.jdbc.datasource.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw OracleDataSource Modifier and Type Class Description classoracle.jdbc.datasource.impl.OracleConnectionPoolDataSourceclassoracle.jdbc.datasource.impl.OracleDataSource - <section role="region">
Uses of OracleDataSource in oracle.jdbc.pool
</section>Classes in oracle.jdbc.pool that implement OracleDataSource Modifier and Type Class Description classOracleConnectionPoolDataSourceA DataSource object is a factory for Connection objects.classOracleDataSourceA DataSource object is a factory for Connection objects.classOracleOCIConnectionPoolA type-2 driver connection pool. - <section role="region">
Uses of OracleDataSource in oracle.jdbc.replay
Subinterfaces of OracleDataSource in oracle.jdbc.replay Modifier and Type Interface Description interfaceOracleConnectionPoolDataSourceA data source that supports transparent failover replay of JDBC operations.interfaceOracleDataSourceA data source that supports transparent failover replay of JDBC operations.interfaceOracleXADataSourceA data source that supports transparent failover replay of JDBC operations.
</section>Classes in oracle.jdbc.replay that implement OracleDataSource Modifier and Type Class Description classOracleConnectionPoolDataSourceImplclassOracleDataSourceImplJDBC Data Source that supports transparent JDBC operation replay upon a failover.classOracleXADataSourceImpl - <section role="region">
Uses of OracleDataSource in oracle.jdbc.xa
</section>Classes in oracle.jdbc.xa that implement OracleDataSource Modifier and Type Class Description classOracleXADataSourceA factory for XAConnection objects. - <section role="region">
Uses of OracleDataSource in oracle.jdbc.xa.client
</section>Classes in oracle.jdbc.xa.client that implement OracleDataSource Modifier and Type Class Description classOracleXADataSourceA factory for XAConnection objects.
- <section role="region">