| Package | Description | 
|---|---|
| org.jooq | 
 The  
org.jooq package contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
WindowRowsStep<T> | 
WindowOrderByStep.orderBy(Collection<? extends SortField<?>> fields)
Add an  
ORDER BY clause to the window function. | 
WindowRowsStep<T> | 
WindowOrderByStep.orderBy(Field<?>... fields)
Add an  
ORDER BY clause to the window function. | 
WindowRowsStep<T> | 
WindowOrderByStep.orderBy(SortField<?>... fields)
Add an  
ORDER BY clause to the window function. | 
Copyright © 2016. All Rights Reserved.