Uses of Interface
oracle.jdbc.OracleRow
-
Packages that use OracleRow Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of OracleRow in oracle.jdbc
Methods in oracle.jdbc that return OracleRow Modifier and Type Method Description OracleRowOracleRow. clone()Creates and returns a persistent copy of this row.
</section>Method parameters in oracle.jdbc with type arguments of type OracleRow Modifier and Type Method Description default <T> Flow.Publisher<T>OracleResultSet. publisherOracle(java.util.function.Function<? super OracleRow,T> rowMappingFunction)Returns aPublisherthat publishes the rows of thisResultSetbeginning with the first row.
- <section role="region">