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 |
OracleCallableStatement
This interface extends the
OraclePreparedStatement (which
extends the OracleStatement interface) and incorporates standard
JDBC callable statement functionality. |
interface |
OracleCommonPreparedStatement
Interface that defines common methods.
|
interface |
OraclePreparedStatement
This interface defines the Oracle extensions to the standard JDBC interface
java.sql.PreparedStatement . |
interface |
OracleStatement
This interface defines the Oracle extensions to the standard JDBC interface
java.sql.Statement and is the superinterface of the
OraclePreparedStatement and OracleCallableStatement
interfaces. |