Uses of Interface
org.jooq.WindowRowsStep
-
Uses of WindowRowsStep in org.jooq
Modifier and TypeMethodDescription@NotNull WindowRowsStep<T>
WindowOrderByStep.orderBy(Collection<? extends OrderField<?>> fields)
Add anORDER BY
clause to the window function.@NotNull WindowRowsStep<T>
WindowOrderByStep.orderBy(OrderField<?>... fields)
Add anORDER BY
clause to the window function.