Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
oracle.jdbc.datasource.impl |
This package holds data source and connection builder classes that
implement the Oracle JDBC extension interfaces in the
oracle.jdbc.datasource and oracle.jdbc
packages. |
Modifier and Type | Interface and Description |
---|---|
interface |
OracleConnectionBuilder
A builder created from a
OracleDataSource object, used to establish a
connection to the database that the OracleDataSource object
represents. |
Modifier and Type | Method and Description |
---|---|
OracleCommonConnectionBuilder |
OracleCommonConnectionBuilder.executorOracle(java.util.concurrent.Executor executor)
Set the
Executor used for asynchronous tasks by this
ConnectionBuilder and any Connection objects built by
it. |
OracleCommonConnectionBuilder |
OracleCommonConnectionBuilder.executorOracle(java.util.concurrent.Executor executor)
Set the
Executor used for asynchronous tasks by this
ConnectionBuilder and any Connection objects built by
it. |
Modifier and Type | Class and Description |
---|---|
class |
OracleConnectionBuilderImpl
Oracle Implementation class for Connection Builder
|