public static class ModelClause.ReferenceModelClause extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<ModelClause.CellReferenceOption> |
cellReferenceOptions |
private SQLExpr |
name |
private SQLSelect |
subQuery |
attributes, parent| 构造器和说明 |
|---|
ReferenceModelClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<ModelClause.CellReferenceOption> |
getCellReferenceOptions() |
SQLExpr |
getName() |
SQLSelect |
getSubQuery() |
void |
setName(SQLExpr name) |
void |
setSubQuery(SQLSelect subQuery) |
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 SQLExpr name
private SQLSelect subQuery
private final List<ModelClause.CellReferenceOption> cellReferenceOptions
public List<ModelClause.CellReferenceOption> getCellReferenceOptions()
public SQLExpr getName()
public void setName(SQLExpr name)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.