Uses of Interface
org.jooq.WindowFromFirstLastStep
-
Packages that use WindowFromFirstLastStep Package Description org.jooq.impl This package 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> @NotNull WindowFromFirstLastStep<T>
DSL. nthValue(Field<T> field, int nth)
Thenth_value(field) over ([analytic clause])
function.static <T> @NotNull WindowFromFirstLastStep<T>
DSL. nthValue(Field<T> field, Field<Integer> nth)
Thenth_value(field) over ([analytic clause])
function.
-