| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| SelectSeekStepN<R> | SelectOrderByStep. orderBy(java.util.Collection<? extends SortField<?>> fields)Add an  ORDER BYclause to the query | 
| SelectSeekStepN<R> | SelectOrderByStep. orderBy(Field<?>... fields)Add an  ORDER BYclause to the query | 
| SelectSeekStepN<R> | SelectOrderByStep. orderBy(SortField<?>... fields)Add an  ORDER BYclause to the query | 
Copyright © 2015. All Rights Reserved.