public class SQLSelectGroupByClause extends SQLObjectImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSelectGroupByClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic 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 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic SQLCommentHint getHint()
getHint 在类中 SQLObjectImplpublic void setHint(SQLCommentHint hint)
setHint 在类中 SQLObjectImplpublic boolean isParen()
public void setParen(boolean paren)
Copyright © 2013–2023. All rights reserved.