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 SortField<?>> fields)
Add an
ORDER BY clause to the query |
SelectSeekStepN<R> |
SelectOrderByStep.orderBy(Field<?>... fields)
Add an
ORDER BY clause to the query |
SelectSeekStepN<R> |
SelectOrderByStep.orderBy(SortField<?>... fields)
Add an
ORDER BY clause to the query |
Copyright © 2014. All Rights Reserved.