|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PivotForStep | |
---|---|
org.jooq |
Uses of PivotForStep in org.jooq |
---|
Methods in org.jooq that return PivotForStep | |
---|---|
PivotForStep |
Table.pivot(Collection<? extends Field<?>> aggregateFunctions)
Create a new TABLE reference from this table, pivoting it
into another form
For more details, see Table.pivot(Field...) |
PivotForStep |
Table.pivot(Field<?>... aggregateFunctions)
Create a new TABLE reference from this table, pivoting it
into another form
This has been observed to work with
SQLDialect.ORACLE
SQLDialect.SQLSERVER (not yet officially supported)
Other dialects by using some means of simulation (not yet officially
supported)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |