Uses of Class
net.sf.jsqlparser.statement.select.PivotXml
Packages that use PivotXml
Package
Description
-
Uses of PivotXml in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type PivotXml -
Uses of PivotXml in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return PivotXml -
Uses of PivotXml in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return PivotXmlModifier and TypeMethodDescriptionPivotXml.addForColumns
(Collection<? extends Column> forColumns) PivotXml.addForColumns
(Column... forColumns) PivotXml.addFunctionItems
(Collection<? extends SelectItem<Function>> functionItems) PivotXml.addFunctionItems
(SelectItem<Function>... functionItems) PivotXml.addMultiInItems
(Collection<? extends SelectItem<ExpressionList>> multiInItems) PivotXml.addMultiInItems
(SelectItem<ExpressionList>... multiInItems) PivotXml.addSingleInItems
(Collection<? extends SelectItem<?>> singleInItems) PivotXml.addSingleInItems
(SelectItem... singleInItems) PivotXml.withForColumns
(ExpressionList<Column> forColumns) PivotXml.withFunctionItems
(List<SelectItem<Function>> functionItems) PivotXml.withInAny
(boolean inAny) PivotXml.withInSelect
(Select inSelect) PivotXml.withMultiInItems
(List<SelectItem<ExpressionList>> multiInItems) PivotXml.withSingleInItems
(List<SelectItem<?>> singleInItems) Methods in net.sf.jsqlparser.statement.select with parameters of type PivotXml -
Uses of PivotXml in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type PivotXml -
Uses of PivotXml in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type PivotXml