public class SQLSelectGroupByClause extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLSelectGroupByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHaving(SQLExpr condition) |
void |
addItem(int index,
SQLExpr sqlExpr) |
void |
addItem(SQLExpr sqlExpr) |
SQLSelectGroupByClause |
clone() |
boolean |
containsItem(SQLExpr item) |
boolean |
equals(Object o) |
SQLExpr |
getHaving() |
SQLCommentHint |
getHint() |
List<SQLExpr> |
getItems() |
int |
hashCode() |
boolean |
isDistinct() |
boolean |
isParen() |
boolean |
isWithCube() |
boolean |
isWithRollUp() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setDistinct(boolean distinct) |
void |
setHaving(SQLExpr having) |
void |
setHint(SQLCommentHint hint) |
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, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringpublic boolean isDistinct()
public void setDistinct(boolean distinct)
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 addHaving(SQLExpr condition)
public boolean containsItem(SQLExpr item)
public void addItem(SQLExpr sqlExpr)
public void addItem(int index,
SQLExpr sqlExpr)
public SQLSelectGroupByClause clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic SQLCommentHint getHint()
getHint in class SQLObjectImplpublic void setHint(SQLCommentHint hint)
setHint in class SQLObjectImplpublic boolean isParen()
public void setParen(boolean paren)
Copyright © 2013–2022 Alibaba Group. All rights reserved.