public static class ModelClause.CellAssignment extends SQLExprImpl implements OracleExpr, SQLReplaceable
| Constructor and Description |
|---|
CellAssignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
List<SQLExpr> |
getConditions() |
SQLExpr |
getMeasureColumn() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setMeasureColumn(SQLExpr e) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExpr getMeasureColumn()
public void setMeasureColumn(SQLExpr e)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic SQLExpr clone()
public List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2022 Alibaba Group. All rights reserved.