Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
WindowSpecificationFinalStep
An intermediate step in the construction of a
WindowSpecification . |
interface |
WindowSpecificationOrderByStep
An intermediate step in the construction of a
WindowSpecification . |
interface |
WindowSpecificationPartitionByStep
An intermediate step in the construction of a
WindowSpecification . |
interface |
WindowSpecificationRowsStep
An intermediate step in the construction of a
WindowSpecification . |
Modifier and Type | Method and Description |
---|---|
WindowDefinition |
Name.as(WindowSpecification window)
Create a
WindowDefinition from this name. |
WindowFinalStep<T> |
WindowOverStep.over(WindowSpecification specification)
Turn this aggregate function into a window function.
|
Copyright © 2017. All Rights Reserved.