SQLTableSource

Undocumented in source.

Members

Functions

aliasHashCode64
long aliasHashCode64()
Undocumented in source.
clone
SQLTableSource clone()
Undocumented in source.
computeAlias
string computeAlias()
Undocumented in source.
containsAlias
bool containsAlias(string alias_p)
Undocumented in source.
findColumn
SQLColumnDefinition findColumn(string columnName)
Undocumented in source.
findColumn
SQLColumnDefinition findColumn(long columnNameHash)
Undocumented in source.
findTableSource
SQLTableSource findTableSource(long alias_hash)
Undocumented in source.
findTableSource
SQLTableSource findTableSource(string alias_p)
Undocumented in source.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(string columnName)
Undocumented in source.
findTableSourceWithColumn
SQLTableSource findTableSourceWithColumn(long columnName_hash)
Undocumented in source.
getAlias
string getAlias()
Undocumented in source.
getFlashback
SQLExpr getFlashback()
Undocumented in source.
getHints
List!SQLHint getHints()
Undocumented in source.
setAlias
void setAlias(string alias_p)
Undocumented in source.
setFlashback
void setFlashback(SQLExpr flashback)
Undocumented in source.

Inherited Members

From SQLObject

accept
void accept(SQLASTVisitor visitor)
Undocumented in source.
clone
SQLObject clone()
Undocumented in source.
getParent
SQLObject getParent()
Undocumented in source.
setParent
void setParent(SQLObject parent)
Undocumented in source.
getAttributes
Map!(string, Object) getAttributes()
Undocumented in source.
getAttribute
Object getAttribute(string name)
Undocumented in source.
putAttribute
void putAttribute(string name, Object value)
Undocumented in source.
getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source.
output
void output(StringBuilder buf)
Undocumented in source.
addBeforeComment
void addBeforeComment(string comment)
Undocumented in source.
addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source.
getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source.
addAfterComment
void addAfterComment(string comment)
Undocumented in source.
addAfterComment
void addAfterComment(List!string comments)
Undocumented in source.
getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source.
hasBeforeComment
bool hasBeforeComment()
Undocumented in source.
hasAfterComment
bool hasAfterComment()
Undocumented in source.

Meta