Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
WindowRowsStep<T> |
WindowOrderByStep.orderBy(java.util.Collection<? extends OrderField<?>> fields)
Add an
ORDER BY clause to the window function. |
WindowRowsStep<T> |
WindowOrderByStep.orderBy(OrderField<?>... fields)
Add an
ORDER BY clause to the window function. |
Copyright © 2018. All Rights Reserved.