Uses of Interface
oracle.jdbc.OracleCommonStatement

Packages that use OracleCommonStatement
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc.
  • Uses of OracleCommonStatement in oracle.jdbc

    Modifier and Type
    Interface
    Description
    interface 
    This interface extends the OraclePreparedStatement (which extends the OracleStatement interface) and incorporates standard JDBC callable statement functionality.
    interface 
    Interface that defines common methods.
    interface 
    This interface defines the Oracle extensions to the standard JDBC interface java.sql.PreparedStatement.
    interface 
    This interface defines the Oracle extensions to the standard JDBC interface java.sql.Statement and is the superinterface of the OraclePreparedStatement and OracleCallableStatement interfaces.