public class SQLSelectGroupByClause extends SQLObjectImpl
Constructor and Description |
---|
SQLSelectGroupByClause() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLExpr sqlExpr) |
SQLExpr |
getHaving() |
List<SQLExpr> |
getItems() |
boolean |
isWithCube() |
boolean |
isWithRollUp() |
void |
setHaving(SQLExpr having) |
void |
setWithCube(boolean withCube) |
void |
setWithRollUp(boolean withRollUp) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
public boolean isWithRollUp()
public void setWithRollUp(boolean withRollUp)
public boolean isWithCube()
public void setWithCube(boolean withCube)
public SQLExpr getHaving()
public void setHaving(SQLExpr having)
public void addItem(SQLExpr sqlExpr)
Copyright © 2013–2017 Alibaba Group. All rights reserved.