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