public static class ModelClause.CellAssignment extends SQLExprImpl implements OracleExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLExpr> |
conditions |
private SQLExpr |
measureColumn |
attributes, parent| 构造器和说明 |
|---|
CellAssignment() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
List<SQLExpr> |
getConditions() |
SQLExpr |
getMeasureColumn() |
int |
hashCode() |
void |
setMeasureColumn(SQLExpr e) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr measureColumn
public SQLExpr getMeasureColumn()
public void setMeasureColumn(SQLExpr e)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLExpr clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.