Uses of Interface
org.jooq.WindowRowsStep
-
Packages that use WindowRowsStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of WindowRowsStep in org.jooq
Methods in org.jooq that return WindowRowsStep Modifier and Type Method Description WindowRowsStep<T>
WindowOrderByStep. orderBy(Collection<? extends OrderField<?>> fields)
Add anORDER BY
clause to the window function.WindowRowsStep<T>
WindowOrderByStep. orderBy(OrderField<?>... fields)
Add anORDER BY
clause to the window function.
-