Uses of Class
net.sf.jsqlparser.statement.select.GroupByElement
-
Packages that use GroupByElement Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement.select net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of GroupByElement in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return GroupByElement Modifier and Type Method Description GroupByElement
CCJSqlParser. GroupByColumnReferences()
-
Uses of GroupByElement in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as GroupByElement Modifier and Type Field Description private GroupByElement
PlainSelect. groupBy
Methods in net.sf.jsqlparser.statement.select that return GroupByElement Modifier and Type Method Description GroupByElement
GroupByElement. addGroupByExpressions(java.util.Collection<? extends Expression> groupByExpressions)
GroupByElement
GroupByElement. addGroupByExpressions(Expression... groupByExpressions)
GroupByElement
GroupByElement. addGroupingSets(java.lang.Object... groupingSets)
GroupByElement
GroupByElement. addGroupingSets(java.util.Collection<? extends java.lang.Object> groupingSets)
GroupByElement
PlainSelect. getGroupBy()
A list ofExpression
s of the GROUP BY clause.GroupByElement
GroupByElement. setMysqlWithRollup(boolean mysqlWithRollup)
GroupByElement
GroupByElement. withGroupByExpressions(ExpressionList groupByExpressions)
GroupByElement
GroupByElement. withGroupingSets(java.util.List groupingSets)
Methods in net.sf.jsqlparser.statement.select with parameters of type GroupByElement Modifier and Type Method Description void
PlainSelect. setGroupByElement(GroupByElement groupBy)
void
GroupByVisitor. visit(GroupByElement groupBy)
-
Uses of GroupByElement in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type GroupByElement Modifier and Type Method Description void
GroupByDeParser. deParse(GroupByElement groupBy)
-
Uses of GroupByElement in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type GroupByElement Modifier and Type Method Description void
GroupByValidator. validate(GroupByElement groupBy)
void
GroupByValidator. visit(GroupByElement groupBy)
-