public static class SQLWithSubqueryClause.Entry extends SQLTableSourceImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLName> |
columns |
protected SQLStatement |
returningStatement |
protected SQLSelect |
subQuery |
alias, aliasHashCod64, flashback, hintsattributes, parent| 构造器和说明 |
|---|
Entry() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLWithSubqueryClause.Entry |
clone() |
void |
cloneTo(SQLWithSubqueryClause.Entry x) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
List<SQLName> |
getColumns() |
SQLStatement |
getReturningStatement() |
SQLSelect |
getSubQuery() |
void |
setReturningStatement(SQLStatement returningStatement) |
void |
setSubQuery(SQLSelect subQuery) |
aliasHashCode64, computeAlias, containsAlias, equals, findColumn, findColumn, findTableSource, findTableSource, findTableSourceWithColumn, getAlias, getFlashback, getHints, getHintsSize, hashCode, resolveColum, setAlias, setFlashback, setHintsaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected SQLSelect subQuery
protected SQLStatement returningStatement
public void cloneTo(SQLWithSubqueryClause.Entry x)
public SQLWithSubqueryClause.Entry clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLTableSourceImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public SQLStatement getReturningStatement()
public void setReturningStatement(SQLStatement returningStatement)
public SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn 在接口中 SQLTableSourcefindTableSourceWithColumn 在类中 SQLTableSourceImplCopyright © 2013–2019 Alibaba Group. All rights reserved.