public static class ModelClause.ModelRulesClause extends OracleSQLObjectImpl
Constructor and Description |
---|
ModelRulesClause() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
List<ModelClause.CellAssignmentItem> |
getCellAssignmentItems() |
SQLExpr |
getIterate() |
List<ModelClause.ModelRuleOption> |
getOptions() |
SQLExpr |
getUntil() |
void |
setIterate(SQLExpr iterate) |
void |
setUntil(SQLExpr until) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getUntil()
public void setUntil(SQLExpr until)
public SQLExpr getIterate()
public void setIterate(SQLExpr iterate)
public List<ModelClause.ModelRuleOption> getOptions()
public List<ModelClause.CellAssignmentItem> getCellAssignmentItems()
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.