Uses of Interface
org.jooq.WindowFromFirstLastStep
-
Packages that use WindowFromFirstLastStep Package Description org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of WindowFromFirstLastStep in org.jooq.impl
Methods in org.jooq.impl that return WindowFromFirstLastStep Modifier and Type Method Description static <T> WindowFromFirstLastStep<T>DSL. nthValue(Field<T> field, int nth)Thenth_value(field) over ([analytic clause])function.static <T> WindowFromFirstLastStep<T>DSL. nthValue(Field<T> field, Field<Integer> nth)Thenth_value(field) over ([analytic clause])function.
-