deepmagic ~master (2022-05-05T22:53:26.1121174)
Dub
Repo
ORM_Query
deepmagic
orm
models
prototype
query
Undocumented in source.
struct
ORM_Query {
string
record_name
;
WHERE
where
;
string
[
string
]
and
;
string
[
string
]
or
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
and
string
[
string
]
and
;
Undocumented in source.
or
string
[
string
]
or
;
Undocumented in source.
record_name
string
record_name
;
Undocumented in source.
where
WHERE
where
;
Undocumented in source.
Meta
Source
See Implementation
deepmagic
orm
models
prototype
query
structs
EXPRESSION
ORM_Query
WHERE