SQLSubqueryTableSource

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string alias_p)
Undocumented in source.
this
this(SQLSelect select, string alias_p)
Undocumented in source.
this
this(SQLSelect select)
Undocumented in source.
this
this(SQLSelectQuery query)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLSubqueryTableSource clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLSubqueryTableSource x)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(long columnNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelect
SQLSelect getSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelect
void setSelect(SQLSelect select)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

select
SQLSelect select;
Undocumented in source.

Inherited Members

From SQLTableSourceImpl

_alias
string _alias;
Undocumented in source.
hints
List!SQLHint hints;
Undocumented in source.
flashback
SQLExpr flashback;
Undocumented in source.
aliasHashCod64
long aliasHashCod64;
Undocumented in source.
getAlias
string getAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
setAlias
void setAlias(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
getHintsSize
int getHintsSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!SQLHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
setHints
void setHints(List!SQLHint hints)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLTableSource clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeAlias
string computeAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
getFlashback
SQLExpr getFlashback()
Undocumented in source. Be warned that the author may not have intended to support it.
setFlashback
void setFlashback(SQLExpr flashback)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAlias
bool containsAlias(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
aliasHashCode64
long aliasHashCode64()
Undocumented in source. Be warned that the author may not have intended to support it.
findColumn
SQLColumnDefinition findColumn(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
findColumn
SQLColumnDefinition findColumn(long columnNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(string columnName)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(long columnNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSource
SQLTableSource findTableSource(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
findTableSource
SQLTableSource findTableSource(long alias_hash)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta