Uses of Class
net.sf.jsqlparser.statement.select.UnPivot
Packages that use UnPivot
Package
Description
-
Uses of UnPivot in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type UnPivot -
Uses of UnPivot in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return UnPivot -
Uses of UnPivot in net.sf.jsqlparser.schema
Fields in net.sf.jsqlparser.schema declared as UnPivotMethods in net.sf.jsqlparser.schema that return UnPivotMethods in net.sf.jsqlparser.schema with parameters of type UnPivotModifier and TypeMethodDescriptionvoid
Table.setUnPivot
(UnPivot unpivot) Table.withUnPivot
(UnPivot unpivot) -
Uses of UnPivot in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as UnPivotModifier and TypeFieldDescriptionprivate UnPivot
ParenthesedFromItem.unPivot
(package private) UnPivot
ParenthesedSelect.unPivot
private UnPivot
TableFunction.unPivot
Methods in net.sf.jsqlparser.statement.select that return UnPivotModifier and TypeMethodDescriptionFromItem.getUnPivot()
ParenthesedFromItem.getUnPivot()
ParenthesedSelect.getUnPivot()
TableFunction.getUnPivot()
UnPivot.withIncludeNulls
(boolean includeNulls) Methods in net.sf.jsqlparser.statement.select with parameters of type UnPivotModifier and TypeMethodDescriptionvoid
FromItem.setUnPivot
(UnPivot unpivot) void
ParenthesedFromItem.setUnPivot
(UnPivot unpivot) void
ParenthesedSelect.setUnPivot
(UnPivot unPivot) void
TableFunction.setUnPivot
(UnPivot unPivot) void
void
default FromItem
FromItem.withUnPivot
(UnPivot unpivot) TableFunction.withUnPivot
(UnPivot unpivot) -
Uses of UnPivot in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type UnPivot -
Uses of UnPivot in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type UnPivot