Uses of Interface
org.jooq.WindowOrderByStep
-
Uses of WindowOrderByStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
This type is used for the window function DSL API.Modifier 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.