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, 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)
public SQLSelectGroupByClause clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.