Uses of Class
net.sf.jsqlparser.statement.select.Pivot
-
-
Uses of Pivot in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression with parameters of type Pivot Modifier and Type Method Description <S> T
ExpressionVisitorAdapter. visit(Pivot pivot, S context)
-
Uses of Pivot in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return Pivot Modifier and Type Method Description Pivot
CCJSqlParser. Pivot()
-
Uses of Pivot in net.sf.jsqlparser.schema
Fields in net.sf.jsqlparser.schema declared as Pivot Modifier and Type Field Description private Pivot
Table. pivot
Methods in net.sf.jsqlparser.schema that return Pivot Modifier and Type Method Description Pivot
Table. getPivot()
Methods in net.sf.jsqlparser.schema with parameters of type Pivot Modifier and Type Method Description void
Table. setPivot(Pivot pivot)
Table
Table. withPivot(Pivot pivot)
-
Uses of Pivot in net.sf.jsqlparser.statement.select
Subclasses of Pivot in net.sf.jsqlparser.statement.select Modifier and Type Class Description class
PivotXml
Fields in net.sf.jsqlparser.statement.select declared as Pivot Modifier and Type Field Description private Pivot
ParenthesedFromItem. pivot
(package private) Pivot
ParenthesedSelect. pivot
(package private) Pivot
Select. pivot
private Pivot
TableFunction. pivot
Methods in net.sf.jsqlparser.statement.select that return Pivot Modifier and Type Method Description Pivot
Pivot. addForColumns(java.util.Collection<? extends Column> forColumns)
Pivot
Pivot. addForColumns(Column... forColumns)
Pivot
Pivot. addFunctionItems(java.util.Collection<? extends SelectItem<Function>> functionItems)
Pivot
Pivot. addFunctionItems(SelectItem<Function>... functionItems)
Pivot
Pivot. addMultiInItems(java.util.Collection<? extends SelectItem<ExpressionList<?>>> multiInItems)
Pivot
Pivot. addMultiInItems(SelectItem<ExpressionList<?>>... multiInItems)
Pivot
Pivot. addSingleInItems(java.util.Collection<? extends SelectItem<?>> singleInItems)
Pivot
Pivot. addSingleInItems(SelectItem<?>... singleInItems)
Pivot
FromItem. getPivot()
Pivot
ParenthesedFromItem. getPivot()
Pivot
ParenthesedSelect. getPivot()
Pivot
Select. getPivot()
Pivot
TableFunction. getPivot()
Pivot
Values. getPivot()
Pivot
Pivot. withAlias(Alias alias)
Pivot
Pivot. withForColumns(ExpressionList<Column> forColumns)
Pivot
Pivot. withFunctionItems(java.util.List<SelectItem<Function>> functionItems)
Pivot
Pivot. withMultiInItems(java.util.List<SelectItem<ExpressionList<?>>> multiInItems)
Pivot
Pivot. withSingleInItems(java.util.List<SelectItem<?>> singleInItems)
Methods in net.sf.jsqlparser.statement.select with parameters of type Pivot Modifier and Type Method Description default java.lang.StringBuilder
FromItem. appendTo(java.lang.StringBuilder builder, Alias alias, Pivot pivot, UnPivot unPivot)
void
FromItem. setPivot(Pivot pivot)
void
ParenthesedFromItem. setPivot(Pivot pivot)
void
ParenthesedSelect. setPivot(Pivot pivot)
void
Select. setPivot(Pivot pivot)
void
TableFunction. setPivot(Pivot pivot)
void
Values. setPivot(Pivot pivot)
default void
PivotVisitor. visit(Pivot pivot)
<S> T
PivotVisitor. visit(Pivot pivot, S context)
<S> T
PivotVisitorAdapter. visit(Pivot pivot, S context)
default FromItem
FromItem. withPivot(Pivot pivot)
TableFunction
TableFunction. withPivot(Pivot pivot)
-
Uses of Pivot in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Pivot Modifier and Type Method Description void
SelectDeParser. visit(Pivot pivot)
<S> java.lang.StringBuilder
SelectDeParser. visit(Pivot pivot, S context)
-
Uses of Pivot in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Pivot Modifier and Type Method Description void
SelectValidator. visit(Pivot pivot)
<S> java.lang.Void
SelectValidator. visit(Pivot pivot, S context)
-