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(Field<?>... fields)
Add a
PARTITION BY clause to the window functions. |
WindowOrderByStep<T> |
WindowPartitionByStep.partitionByOne()
Add a
PARTITION BY 1 clause to the window functions, where
such a clause is required by the syntax of an RDBMS. |
Copyright © 2014. All Rights Reserved.