public static class ModelClause.CellAssignment extends SQLExprImpl implements OracleExpr
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() |
void |
setMeasureColumn(SQLExpr e) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getMeasureColumn()
public void setMeasureColumn(SQLExpr e)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
public SQLExpr clone()
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.