Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
SelectSeekStepN<R> |
SelectOrderByStep.orderBy(Collection<? extends OrderField<?>> fields)
Add an
ORDER BY clause to the query |
SelectSeekStepN<R> |
SelectOrderByStep.orderBy(OrderField<?>... fields)
Add an
ORDER BY clause to the query |
Copyright © 2019. All rights reserved.