Class GroupByElement
java.lang.Object
net.sf.jsqlparser.statement.select.GroupByElement
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ExpressionList
private List
<ExpressionList> private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(GroupByVisitor groupByVisitor) void
addGroupByExpression
(Expression groupByExpression) Deprecated.addGroupByExpressions
(Collection<? extends Expression> groupByExpressions) addGroupByExpressions
(Expression... groupByExpressions) void
addGroupingSet
(ExpressionList list) addGroupingSets
(Object... groupingSets) addGroupingSets
(Collection<? extends Object> groupingSets) Deprecated.boolean
boolean
void
setGroupByExpressions
(ExpressionList groupByExpressions) void
setGroupingSets
(List<ExpressionList> groupingSets) setMysqlWithRollup
(boolean mysqlWithRollup) toString()
withGroupByExpressions
(ExpressionList groupByExpressions) withGroupingSets
(List groupingSets)
-
Field Details
-
groupByExpressions
-
groupingSets
-
mysqlWithRollup
private boolean mysqlWithRollup
-
-
Constructor Details
-
GroupByElement
public GroupByElement()
-
-
Method Details
-
isUsingBrackets
public boolean isUsingBrackets() -
accept
-
getGroupByExpressionList
-
setGroupByExpressions
-
getGroupByExpressions
Deprecated. -
addGroupByExpression
Deprecated. -
getGroupingSets
-
setGroupingSets
-
addGroupingSet
-
toString
-
withGroupByExpressions
-
withGroupingSets
-
addGroupByExpressions
-
addGroupByExpressions
-
addGroupingSets
-
addGroupingSets
-
isMysqlWithRollup
public boolean isMysqlWithRollup() -
setMysqlWithRollup
-