Uses of Interface
oracle.jdbc.OraclePreparedStatement
-
Packages that use OraclePreparedStatement Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of OraclePreparedStatement in oracle.jdbc
</section>Subinterfaces of OraclePreparedStatement in oracle.jdbc Modifier and Type Interface Description interfaceOracleCallableStatementThis interface extends theOraclePreparedStatement(which extends theOracleStatementinterface) and incorporates standard JDBC callable statement functionality.
- <section role="region">