Uses of Interface
org.jooq.WindowOrderByStep
Packages that use WindowOrderByStep
-
Uses of WindowOrderByStep in org.jooq
Subinterfaces of WindowOrderByStep in org.jooqModifier and TypeInterfaceDescriptioninterface
This type is used for the window function DSL API.Methods in org.jooq that return WindowOrderByStepModifier and TypeMethodDescription@NotNull WindowOrderByStep
<T> WindowPartitionByStep.partitionBy
(Collection<? extends GroupField> fields) Add aPARTITION BY
clause to the window functions.@NotNull WindowOrderByStep
<T> WindowPartitionByStep.partitionBy
(GroupField... fields) Add aPARTITION BY
clause to the window functions.