| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.select | |
| net.sf.jsqlparser.util.deparser | |
| net.sf.jsqlparser.util.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
GroupByElement |
GroupByElement.addGroupByExpressions(Collection<? extends Expression> groupByExpressions) |
GroupByElement |
GroupByElement.addGroupByExpressions(Expression... groupByExpressions) |
GroupByElement |
GroupByElement.addGroupingSets(Collection<? extends Object> groupingSets) |
GroupByElement |
GroupByElement.addGroupingSets(Object... groupingSets) |
GroupByElement |
PlainSelect.getGroupBy()
A list of
Expressions of the GROUP BY clause. |
GroupByElement |
GroupByElement.withGroupByExpressions(List<Expression> groupByExpressions) |
GroupByElement |
GroupByElement.withGroupingSets(List groupingSets) |
GroupByElement |
GroupByElement.withUsingBrackets(boolean usingBrackets) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setGroupByElement(GroupByElement groupBy) |
void |
GroupByVisitor.visit(GroupByElement groupBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupByDeParser.deParse(GroupByElement groupBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupByValidator.validate(GroupByElement groupBy) |
void |
GroupByValidator.visit(GroupByElement groupBy) |
Copyright © 2004–2022 JSQLParser. All rights reserved.