TableRef

Reference to a table with options to reference another schema and/or create an alias.

Constructors

this
this(SchemaName schema, string name, TableAlias alias_)
Undocumented in source.
this
this(string name, TableAlias alias_)

A ref to a table that rename it via an "AS" to alias_.

this
this(string tableName)

A simple ref to a table.

Members

Functions

toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

schemaName
SumType!(None, SchemaName) schemaName;
Undocumented in source.
tableAlias
SumType!(None, TableAlias) tableAlias;
Undocumented in source.
tableName
string tableName;
Undocumented in source.

Meta