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