SchemaResolveVisitor.Context

Undocumented in source.

Constructors

this
this(SQLObject object, Context parent)
Undocumented in source.

Members

Functions

addTableSource
void addTableSource(long alias_hash, SQLTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
declare
void declare(SQLDeclareItem x)
Undocumented in source. Be warned that the author may not have intended to support it.
findDeclare
SQLDeclareItem findDeclare(long nameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
getFrom
SQLTableSource getFrom()
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.
setFrom
void setFrom(SQLTableSource from)
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.

Variables

declares
Map!(Long, SQLDeclareItem) declares;
Undocumented in source.
object
SQLObject object;
Undocumented in source.
parent
Context parent;
Undocumented in source.

Meta