Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
WindowPartitionByStep<T>
This type is used for the window function DSL API.
|
Modifier and Type | Method and Description |
---|---|
WindowOrderByStep<T> |
WindowPartitionByStep.partitionBy(Collection<? extends Field<?>> fields)
Add a
PARTITION BY clause to the window functions. |
WindowOrderByStep<T> |
WindowPartitionByStep.partitionBy(Field<?>... fields)
Add a
PARTITION BY clause to the window functions. |
WindowOrderByStep<T> |
WindowPartitionByStep.partitionByOne()
Deprecated.
- 3.10 - [#6427] - This synthetic clause is no longer
supported, use
WindowPartitionByStep.partitionBy(Field...) instead, or
omit the clause entirely. |
Copyright © 2019. All rights reserved.