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
. -
-
Uses of OracleRow in oracle.jdbc
Methods in oracle.jdbc that return OracleRow Modifier and Type Method Description OracleRow
OracleRow. clone()
Creates and returns a persistent copy of this row.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 aPublisher
that publishes the rows of thisResultSet
beginning with the first row.
-