Uses of Interface
org.jooq.WindowRowsStep
-
Packages that use WindowRowsStep Package Description org.jooq Theorg.jooqpackage 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 BYclause to the window function.WindowRowsStep<T>WindowOrderByStep. orderBy(OrderField<?>... fields)Add anORDER BYclause to the window function.
-