Uses of Interface
oracle.jdbc.OracleRow
Packages that use OracleRow
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of OracleRow in oracle.jdbc
Methods in oracle.jdbc that return OracleRowModifier and TypeMethodDescriptionOracleRow.clone()Creates and returns a persistent copy of this row.Method parameters in oracle.jdbc with type arguments of type OracleRowModifier and TypeMethodDescription<T> Flow.Publisher<T>OracleCommonResultSet.publisherOracle(Function<? super OracleRow, T> rowMappingFunction) Returns aPublisherthat publishes the rows of thisResultSetbeginning with the first row.