oracle.jdbc.datasource
.
The interfaces have been placed in the package to avoid package conflicts with implementations classes of the same name in existing packages like oracle.jdbc.pool
.
Interface | Description |
---|---|
OracleCommonDataSource |
Interface that defines the methods which are common between
OracleDataSource , OracleXADataSource and OracleConnectionPoolDataSource and defines the Oracle extensions to the standard JDBC interface CommonDataSource . |
OracleConnectionPoolDataSource |
This interface defines the Oracle extensions to the standard JDBC interface
ConnectionPoolDataSource . |
OracleDataSource |
This interface defines the Oracle extensions to the standard JDBC interface
DataSource . |
OraclePooledConnection |
This interface defines the Oracle extensions to the standard JDBC interface
PooledConnection . |
OracleXAConnection |
This interface defines the Oracle extensions to the standard JDBC interface
XAConnection . |
OracleXADataSource |
This interface defines the Oracle extensions to the standard JDBC interface
XADataSource . |