public class SQLSelectGroupByClause extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSelectGroupByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(SQLExpr sqlExpr) |
SQLSelectGroupByClause |
clone() |
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, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic 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)
public SQLSelectGroupByClause clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.