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 @NotNull WindowRowsStep<T>WindowOrderByStep. orderBy(Collection<? extends OrderField<?>> fields)Add anORDER BYclause to the window function.@NotNull WindowRowsStep<T>WindowOrderByStep. orderBy(OrderField<?>... fields)Add anORDER BYclause to the window function.
-