| Package | Description | 
|---|---|
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> WindowFromFirstLastStep<T> | 
DSL.nthValue(Field<T> field,
        Field<Integer> nth)
The  
nth_value(field) over ([analytic clause]) function. | 
static <T> WindowFromFirstLastStep<T> | 
DSL.nthValue(Field<T> field,
        int nth)
The  
nth_value(field) over ([analytic clause]) function. | 
Copyright © 2019. All rights reserved.