miniorm ~master (2021-09-07T19:10:41Z)
Dub
Repo
TableRef.this
miniorm
query_ast
TableRef
A ref to a table that rename it via an "AS" to
alias_
.
this
(SchemaName schema, string name, TableAlias alias_)
this
(string name, TableAlias alias_)
struct
TableRef
this
(
string
name
,
TableAlias
alias_
)
this
(string tableName)
Meta
Source
See Implementation
miniorm
query_ast
TableRef
constructors
this
functions
toString
variables
schemaName
tableAlias
tableName
A ref to a table that rename it via an "AS" to alias_.