| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleConnection
This interface defines the Oracle extensions to the standard JDBC interface
java.sql.Connection. |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleConnectionWrapper
A simple implementation of a connection wrapper which may be nested to any depth.
|