public static class ModelClause.CellAssignmentItem extends OracleSQLObjectImpl
| Constructor and Description |
|---|
CellAssignmentItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
ModelClause.CellAssignment |
getCellAssignment() |
SQLExpr |
getExpr() |
ModelClause.ModelRuleOption |
getOption() |
SQLOrderBy |
getOrderBy() |
void |
setCellAssignment(ModelClause.CellAssignment cellAssignment) |
void |
setExpr(SQLExpr expr) |
void |
setOption(ModelClause.ModelRuleOption option) |
void |
setOrderBy(SQLOrderBy orderBy) |
clone, computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic ModelClause.ModelRuleOption getOption()
public void setOption(ModelClause.ModelRuleOption option)
public ModelClause.CellAssignment getCellAssignment()
public void setCellAssignment(ModelClause.CellAssignment cellAssignment)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplCopyright © 2013–2021 Alibaba Group. All rights reserved.