Uses of Class
net.sf.jsqlparser.statement.select.PivotXml
-
Packages that use PivotXml Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.statement.select net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of PivotXml in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type PivotXml Modifier and Type Method Description <S> T
ExpressionVisitorAdapter. visit(PivotXml pivotXml, S context)
-
Uses of PivotXml in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return PivotXml Modifier and Type Method Description PivotXml
CCJSqlParser. PivotXml()
-
Uses of PivotXml in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return PivotXml Modifier and Type Method Description PivotXml
PivotXml. addForColumns(java.util.Collection<? extends Column> forColumns)
PivotXml
PivotXml. addForColumns(Column... forColumns)
PivotXml
PivotXml. addFunctionItems(java.util.Collection<? extends SelectItem<Function>> functionItems)
PivotXml
PivotXml. addFunctionItems(SelectItem<Function>... functionItems)
PivotXml
PivotXml. addMultiInItems(java.util.Collection<? extends SelectItem<ExpressionList<?>>> multiInItems)
PivotXml
PivotXml. addMultiInItems(SelectItem<ExpressionList<?>>... multiInItems)
PivotXml
PivotXml. addSingleInItems(java.util.Collection<? extends SelectItem<?>> singleInItems)
PivotXml
PivotXml. addSingleInItems(SelectItem... singleInItems)
PivotXml
PivotXml. withAlias(Alias alias)
PivotXml
PivotXml. withForColumns(ExpressionList<Column> forColumns)
PivotXml
PivotXml. withFunctionItems(java.util.List<SelectItem<Function>> functionItems)
PivotXml
PivotXml. withInAny(boolean inAny)
PivotXml
PivotXml. withInSelect(Select inSelect)
PivotXml
PivotXml. withMultiInItems(java.util.List<SelectItem<ExpressionList<?>>> multiInItems)
PivotXml
PivotXml. withSingleInItems(java.util.List<SelectItem<?>> singleInItems)
Methods in net.sf.jsqlparser.statement.select with parameters of type PivotXml Modifier and Type Method Description default void
PivotVisitor. visit(PivotXml pivotXml)
<S> T
PivotVisitor. visit(PivotXml pivotXml, S context)
<S> T
PivotVisitorAdapter. visit(PivotXml pivot, S context)
-
Uses of PivotXml in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type PivotXml Modifier and Type Method Description void
SelectDeParser. visit(PivotXml pivot)
<S> java.lang.StringBuilder
SelectDeParser. visit(PivotXml pivot, S context)
-
Uses of PivotXml in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type PivotXml Modifier and Type Method Description void
SelectValidator. visit(PivotXml pivot)
<S> java.lang.Void
SelectValidator. visit(PivotXml pivot, S context)
-