Uses of Interface
org.jooq.PivotForStep
-
Packages that use PivotForStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of PivotForStep in org.jooq
Methods in org.jooq that return PivotForStep Modifier and Type Method Description @NotNull PivotForStepTable. pivot(Collection<? extends Field<?>> aggregateFunctions)Create a newTABLEreference from this table, pivoting it into another form.@NotNull PivotForStepTable. pivot(Field<?>... aggregateFunctions)Create a newTABLEreference from this table, pivoting it into another form.
-