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(OrderField<T1> field1,
OrderField<T2> field2)
Add an
ORDER BY clause to the query. |
Copyright © 2018. All Rights Reserved.