Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Interface | Description |
---|---|---|
interface |
OracleCallableStatement |
This interface extends the
OraclePreparedStatement (which extends the OracleStatement interface) and incorporates standard JDBC callable statement functionality. |
interface |
OraclePreparedStatement |
This interface defines the Oracle extensions to the standard JDBC interface
java.sql.PreparedStatement . |