Uses of Class
net.sf.jsqlparser.statement.select.GroupByElement
Packages that use GroupByElement
Package
Description
-
Uses of GroupByElement in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return GroupByElement -
Uses of GroupByElement in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as GroupByElementMethods in net.sf.jsqlparser.statement.select that return GroupByElementModifier and TypeMethodDescriptionGroupByElement.addGroupByExpressions
(Collection<? extends Expression> groupByExpressions) GroupByElement.addGroupByExpressions
(Expression... groupByExpressions) GroupByElement.addGroupingSets
(Object... groupingSets) GroupByElement.addGroupingSets
(Collection<? extends Object> groupingSets) PlainSelect.getGroupBy()
A list ofExpression
s of the GROUP BY clause.GroupByElement.setMysqlWithRollup
(boolean mysqlWithRollup) GroupByElement.withGroupByExpressions
(ExpressionList groupByExpressions) GroupByElement.withGroupingSets
(List groupingSets) Methods in net.sf.jsqlparser.statement.select with parameters of type GroupByElementModifier and TypeMethodDescriptionvoid
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 -
Uses of GroupByElement in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type GroupByElementModifier and TypeMethodDescriptionvoid
GroupByValidator.validate
(GroupByElement groupBy) void
GroupByValidator.visit
(GroupByElement groupBy)