Uses of Interface
org.jooq.WindowSpecificationRowsStep
Packages that use WindowSpecificationRowsStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowSpecificationRowsStep in org.jooq
Subinterfaces of WindowSpecificationRowsStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A window definition.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.Methods in org.jooq that return WindowSpecificationRowsStepModifier 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
Methods in org.jooq.impl that return WindowSpecificationRowsStepModifier 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.