public class SQLGroupingSetExpr extends SQLExprImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLGroupingSetExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(SQLExpr parameter) |
SQLGroupingSetExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
List<SQLExpr> |
getParameters() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLGroupingSetExpr clone()
public void addParameter(SQLExpr parameter)
public List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2020 Alibaba Group. All rights reserved.