SQLValuesTableSource

Created by wenshao on 23/02/2017.

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.
clone
SQLValuesTableSource clone()
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.
getValues
List!SQLListExpr getValues()
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