public class SQLSelectGroupByClause extends SQLObjectImpl
| 构造器和说明 |
|---|
SQLSelectGroupByClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, 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)
Copyright © 2013-2016 Alibaba Group. All Rights Reserved.