Uses of Interface
org.jooq.PivotInStep
-
Packages that use PivotInStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of PivotInStep in org.jooq
Methods in org.jooq that return PivotInStep Modifier and Type Method Description <T> PivotInStep<T>PivotForStep. for_(Field<T> field)Add a list of fields to thePIVOTclause.<T> PivotInStep<T>PivotForStep. on(Field<T> field)Deprecated.- 3.12.0 - [#8163] - UsePivotForStep.for_(Field)instead.
-