public class SQLSelectGroupByClause extends SQLObjectImpl
| Constructor and Description |
|---|
SQLSelectGroupByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHaving(SQLExpr condition) |
void |
addItem(SQLExpr sqlExpr) |
SQLSelectGroupByClause |
clone() |
boolean |
equals(Object o) |
SQLExpr |
getHaving() |
List<SQLExpr> |
getItems() |
int |
hashCode() |
boolean |
isDistinct() |
boolean |
isParen() |
boolean |
isWithCube() |
boolean |
isWithRollUp() |
void |
setDistinct(boolean distinct) |
void |
setHaving(SQLExpr having) |
void |
setParen(boolean paren) |
void |
setWithCube(boolean withCube) |
void |
setWithRollUp(boolean withRollUp) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, 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 SQLObjectImplpublic void addHaving(SQLExpr condition)
public boolean isDistinct()
public void setDistinct(boolean distinct)
public boolean isParen()
public void setParen(boolean paren)
Copyright © 2013–2019 Alibaba Group. All rights reserved.