Uses of Interface
oracle.jdbc.OracleResultSet
-
Packages that use OracleResultSet Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of OracleResultSet in oracle.jdbc
</section>Methods in oracle.jdbc that return types with arguments of type OracleResultSet Modifier and Type Method Description default Flow.Publisher<OracleResultSet>OraclePreparedStatement. executeQueryAsyncOracle()Executes the SQL query in thisPreparedStatementobject asynchronously and returns aPublisherwhich publishes a singleResultSetcontaining the rows produced.
- <section role="region">