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.@NotNull WindowOrderByStep<T>
WindowPartitionByStep.partitionByOne()
Deprecated, for removal: This API element is subject to removal in a future version.
WindowPartitionByStep.partitionBy(GroupField...)
instead, or omit the clause entirely.