Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
WindowDefinition |
Name.as(WindowSpecification window)
Create a
WindowDefinition from this name. |
Modifier and Type | Method and Description |
---|---|
void |
SelectQuery.addWindow(WindowDefinition... definitions)
Adds new window definitions to the window clause of the query.
|
WindowFinalStep<T> |
WindowOverStep.over(WindowDefinition definition)
Turn this aggregate function into a window function referencing a window
definition.
|
WindowFinalStep<T> |
AggregateFunction.over(WindowDefinition definition)
Turn this aggregate function into a window function referencing a window
definition.
|
SelectOrderByStep<R> |
SelectWindowStep.window(WindowDefinition... definitions)
Add a
WINDOW clause to the statement. |
Modifier and Type | Method and Description |
---|---|
void |
SelectQuery.addWindow(Collection<? extends WindowDefinition> definitions)
Adds new window definitions to the window clause of the query.
|
SelectOrderByStep<R> |
SelectWindowStep.window(Collection<? extends WindowDefinition> definitions)
Add a
WINDOW clause to the statement. |
Copyright © 2014. All Rights Reserved.