dextool v4.0.0 (2021-09-08T15:39:18Z)
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_.