public static class ModelClause.ModelRulesClause extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<ModelClause.CellAssignmentItem> |
cellAssignmentItems |
private SQLExpr |
iterate |
private List<ModelClause.ModelRuleOption> |
options |
private SQLExpr |
until |
attributes, parent| 构造器和说明 |
|---|
ModelRulesClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<ModelClause.CellAssignmentItem> |
getCellAssignmentItems() |
SQLExpr |
getIterate() |
List<ModelClause.ModelRuleOption> |
getOptions() |
SQLExpr |
getUntil() |
void |
setIterate(SQLExpr iterate) |
void |
setUntil(SQLExpr until) |
accept0, clone, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate final List<ModelClause.ModelRuleOption> options
private SQLExpr iterate
private SQLExpr until
private final List<ModelClause.CellAssignmentItem> cellAssignmentItems
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 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.