Uses of Interface
org.jooq.ResultOrRows
-
Packages that use ResultOrRows Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of ResultOrRows in org.jooq
Methods in org.jooq that return types with arguments of type ResultOrRows Modifier and Type Method Description @NotNull List<ResultOrRows>
Results. resultsOrRows()
All the results or update counts in their order as fetched via JDBC.
-