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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public 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 OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2021 Alibaba Group. All rights reserved.