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