Uses of Interface
org.jooq.WindowSpecificationRowsStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowSpecificationRowsStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A window definition.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.Modifier and TypeMethodDescription@NotNull WindowSpecificationRowsStep
WindowSpecificationOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the window specification.@NotNull WindowSpecificationRowsStep
WindowSpecificationOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the window specification. -
Uses of WindowSpecificationRowsStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull WindowSpecificationRowsStep
DSL.orderBy
(Collection<? extends OrderField<?>> fields) Create aWindowSpecification
with anORDER BY
clause.static @NotNull WindowSpecificationRowsStep
Create aWindowSpecification
with anORDER BY
clause.static @NotNull WindowSpecificationRowsStep
DSL.orderBy
(OrderField<?>... fields) Create aWindowSpecification
with anORDER BY
clause.