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