SQLLateralViewTableSource

Undocumented in source.

Constructors

this
this()
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.
findTableSource
SQLTableSource findTableSource(long alias_hash)
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.
getColumns
List!SQLName getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getMethod
SQLMethodInvokeExpr getMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableSource
SQLTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
setColumns
void setColumns(List!SQLName columns)
Undocumented in source. Be warned that the author may not have intended to support it.
setMethod
void setMethod(SQLMethodInvokeExpr method)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.

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