- expr
SQLExpr expr;
Undocumented in source.
- getExpr
SQLExpr getExpr()
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.
- getName
SQLName getName()
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.
- setSchema
void setSchema(string schema)
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.
- getPartitionSize
int getPartitionSize()
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.
- accept0
void accept0(SQLASTVisitor visitor)
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.
- opEquals
bool opEquals(Object o)
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.
- computeAlias
string computeAlias()
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.
- getSchemaObject
SchemaObject getSchemaObject()
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.
- 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.
- 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.
- findTableSource
SQLTableSource findTableSource(long alias_hash)
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.