public class SQLSubqueryTableSource extends SQLTableSourceImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLName> |
columns |
protected SQLSelect |
select |
alias, aliasHashCod64, flashback, hintsattributes, parent| 构造器和说明 |
|---|
SQLSubqueryTableSource() |
SQLSubqueryTableSource(SQLSelect select) |
SQLSubqueryTableSource(SQLSelectQuery query) |
SQLSubqueryTableSource(SQLSelect select,
String alias) |
SQLSubqueryTableSource(String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLName column) |
SQLSubqueryTableSource |
clone() |
void |
cloneTo(SQLSubqueryTableSource x) |
boolean |
equals(Object o) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
findTableSourceWithColumn(String columnName) |
List<SQLName> |
getColumns() |
SQLSelect |
getSelect() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setSelect(SQLSelect select) |
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, getAlias, getFlashback, getHints, getHintsSize, resolveColum, setAlias, setFlashback, setHintsaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLSubqueryTableSource()
public SQLSubqueryTableSource(String alias)
public SQLSubqueryTableSource(SQLSelect select)
public SQLSubqueryTableSource(SQLSelectQuery query)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic void cloneTo(SQLSubqueryTableSource x)
public SQLSubqueryTableSource clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableSourceclone 在类中 SQLTableSourceImplpublic SQLTableSource findTableSourceWithColumn(String columnName)
findTableSourceWithColumn 在接口中 SQLTableSourcefindTableSourceWithColumn 在类中 SQLTableSourceImplpublic SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn 在接口中 SQLTableSourcefindTableSourceWithColumn 在类中 SQLTableSourceImplpublic void addColumn(SQLName column)
public boolean equals(Object o)
equals 在类中 SQLTableSourceImplpublic int hashCode()
hashCode 在类中 SQLTableSourceImplCopyright © 2013–2019 Alibaba Group. All rights reserved.