Uses of Interface
org.jooq.WindowSpecification
-
Uses of WindowSpecification in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A window definition.interface
An intermediate step in the construction of aWindowSpecification
.interface
Deprecated, for removal: This API element is subject to removal in a future version.- [#11329] - 3.15.0 - This type will be removed in the future.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.Modifier and TypeMethodDescription@NotNull WindowDefinition
Name.as(WindowSpecification window)
Create aWindowDefinition
from this name.@NotNull WindowFinalStep<T>
WindowOverStep.over(WindowSpecification specification)
Turn this aggregate function into a window function.