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
Subinterfaces of OracleCommonStatement in oracle.jdbcModifier and TypeInterfaceDescriptioninterfaceThis interface extends theOraclePreparedStatement(which extends theOracleStatementinterface) and incorporates standard JDBC callable statement functionality.interfaceInterface that defines common methods.interfaceThis interface defines the Oracle extensions to the standard JDBC interfacejava.sql.PreparedStatement.interfaceThis interface defines the Oracle extensions to the standard JDBC interfacejava.sql.Statementand is the superinterface of theOraclePreparedStatementandOracleCallableStatementinterfaces.