Uses of Interface
org.jooq.WindowDefinition
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowDefinition in org.jooq
Modifier and TypeMethodDescription@Nullable WindowDefinition
WindowSpecification.$windowDefinition()
Experimental query object model accessor method, see alsoQOM
.@NotNull WindowDefinition
Name.as()
Create an emptyWindowDefinition
from this name.@NotNull WindowDefinition
Name.as
(WindowSpecification window) Create aWindowDefinition
from this name.Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends WindowDefinition>
Select.$window()
Experimental query object model accessor method, see alsoQOM
.Modifier and TypeMethodDescriptionvoid
SelectQuery.addWindow
(WindowDefinition... definitions) Adds new window definitions to the window clause of the query.@NotNull WindowFinalStep<T>
WindowOverStep.over
(WindowDefinition definition) Turn this aggregate function into a window function referencing a window definition.@NotNull SelectQualifyStep<R>
SelectWindowStep.window
(WindowDefinition... definitions) Add aWINDOW
clause to the statement.Modifier and TypeMethodDescriptionSelect.$window
(Collection<? extends WindowDefinition> newWindow) Experimental query object model accessor method, see alsoQOM
.void
SelectQuery.addWindow
(Collection<? extends WindowDefinition> definitions) Adds new window definitions to the window clause of the query.@NotNull SelectQualifyStep<R>
SelectWindowStep.window
(Collection<? extends WindowDefinition> definitions) Add aWINDOW
clause to the statement. -
Uses of WindowDefinition in org.jooq.impl
Modifier and TypeMethodDescription@Nullable WindowDefinition
QOM.WindowFunction.$windowDefinition()