public class SQLSelectGroupByClause extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
distinct |
private SQLExpr |
having |
private List<SQLExpr> |
items |
private boolean |
paren |
private boolean |
withCube |
private boolean |
withRollUp |
attributes, parent| 构造器和说明 |
|---|
SQLSelectGroupByClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringprivate SQLExpr having
private boolean withRollUp
private boolean withCube
private boolean distinct
private boolean paren
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic 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 在接口中 SQLObjectclone 在类中 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.