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