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
. -
-
Uses of OracleResultSet in oracle.jdbc
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 thisPreparedStatement
object asynchronously and returns aPublisher
which publishes a singleResultSet
containing the rows produced.
-