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