public class SQLSubqueryTableSource extends SQLTableSourceImpl
Constructor and Description |
---|
SQLSubqueryTableSource() |
SQLSubqueryTableSource(SQLSelect select) |
SQLSubqueryTableSource(SQLSelectQuery query) |
SQLSubqueryTableSource(SQLSelect select,
String alias) |
SQLSubqueryTableSource(String alias) |
Modifier and Type | Method and Description |
---|---|
SQLSubqueryTableSource |
clone() |
void |
cloneTo(SQLSubqueryTableSource x) |
SQLTableSource |
findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
findTableSourceWithColumn(String columnName) |
SQLSelect |
getSelect() |
void |
output(StringBuffer buf) |
void |
setSelect(SQLSelect select) |
aliasHashCode64, computeAlias, containsAlias, findColumn, findColumn, findTableSource, findTableSource, getAlias, getFlashback, getHints, getHintsSize, setAlias, setFlashback, setHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLSubqueryTableSource()
public SQLSubqueryTableSource(String alias)
public SQLSubqueryTableSource(SQLSelect select)
public SQLSubqueryTableSource(SQLSelectQuery query)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public void cloneTo(SQLSubqueryTableSource x)
public SQLSubqueryTableSource clone()
clone
in interface SQLObject
clone
in interface SQLTableSource
clone
in class SQLTableSourceImpl
public SQLTableSource findTableSourceWithColumn(String columnName)
findTableSourceWithColumn
in interface SQLTableSource
findTableSourceWithColumn
in class SQLTableSourceImpl
public SQLTableSource findTableSourceWithColumn(long columnNameHash)
findTableSourceWithColumn
in interface SQLTableSource
findTableSourceWithColumn
in class SQLTableSourceImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.