Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T1> SelectSeekStep1<R,T1> |
SelectOrderByStep.orderBy(Field<T1> field1)
Add an
ORDER BY clause to the query. |
<T1> SelectSeekStep1<R,T1> |
SelectOrderByStep.orderBy(SortField<T1> field1)
Add an
ORDER BY clause to the query. |
Copyright © 2014. All Rights Reserved.