SQLExprTableSource

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr expr)
Undocumented in source.
this
this(SQLExpr expr, string alias_P)
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.
addPartition
void addPartition(SQLName partition)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLExprTableSource clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLExprTableSource x)
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.
containsAlias
bool containsAlias(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAlias
bool containsAlias(long aliasHash)
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.
findTableSource
SQLTableSource findTableSource(long alias_hash)
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 columnName_hash)
Undocumented in source. Be warned that the author may not have intended to support it.
getExpr
SQLExpr getExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getPartitionSize
int getPartitionSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getPartitions
List!SQLName getPartitions()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchema
string getSchema()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchemaObject
SchemaObject getSchemaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
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.
replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
setExpr
void setExpr(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
setExpr
void setExpr(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setSchema
void setSchema(string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
setSchemaObject
void setSchemaObject(SchemaObject schemaObject)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

expr
SQLExpr expr;
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.

From SQLReplaceable

replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source.

Meta