Uses of Interface
org.jooq.WindowSpecification
-
Packages that use WindowSpecification Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of WindowSpecification in org.jooq
Subinterfaces of WindowSpecification in org.jooq Modifier and Type Interface Description interface
WindowDefinition
A window definition.interface
WindowSpecificationExcludeStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationFinalStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationOrderByStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationPartitionByStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationRowsStep
An intermediate step in the construction of aWindowSpecification
.Methods in org.jooq with parameters of type WindowSpecification Modifier and Type Method Description WindowDefinition
Name. as(WindowSpecification window)
Create aWindowDefinition
from this name.WindowFinalStep<T>
WindowOverStep. over(WindowSpecification specification)
Turn this aggregate function into a window function.
-