Uses of Class
net.sf.jsqlparser.statement.select.GroupByElement
-
Packages that use GroupByElement Package Description net.sf.jsqlparser.statement.select net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of GroupByElement in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return GroupByElement Modifier and Type Method Description GroupByElementGroupByElement. addGroupByExpressions(Collection<? extends Expression> groupByExpressions)GroupByElementGroupByElement. addGroupByExpressions(Expression... groupByExpressions)GroupByElementGroupByElement. addGroupingSets(Object... groupingSets)GroupByElementGroupByElement. addGroupingSets(Collection<? extends Object> groupingSets)GroupByElementPlainSelect. getGroupBy()A list ofExpressions of the GROUP BY clause.GroupByElementGroupByElement. setMysqlWithRollup(boolean mysqlWithRollup)GroupByElementGroupByElement. withGroupByExpressions(ExpressionList groupByExpressions)GroupByElementGroupByElement. withGroupingSets(List groupingSets)Methods in net.sf.jsqlparser.statement.select with parameters of type GroupByElement Modifier and Type Method Description voidPlainSelect. setGroupByElement(GroupByElement groupBy)default voidGroupByVisitor. visit(GroupByElement groupBy)<S> TGroupByVisitor. visit(GroupByElement groupBy, S context) -
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 voidGroupByDeParser. 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 voidGroupByValidator. validate(GroupByElement groupBy)<S> VoidGroupByValidator. visit(GroupByElement groupBy, S context)
-