Uses of Interface
org.jooq.WindowSpecification
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
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@Nullable WindowSpecification
WindowDefinition.$windowSpecification()
Experimental query object model accessor method, see alsoQOM
.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. -
Uses of WindowSpecification in org.jooq.impl
Modifier and TypeMethodDescription@Nullable WindowSpecification
QOM.WindowFunction.$windowSpecification()