hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
ValueExpression
hunt
database
query
Expression
Undocumented in source.
class
ValueExpression :
Expression
{
string
key
;
string
value
;
this
(string key, string value);
string
toString
();
}
Constructors
this
this
(string key, string value)
Undocumented in source.
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.
value
string
value
;
Undocumented in source.
Inherited Members
From Expression
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
query
Expression
classes
Expression
JoinExpression
MultiWhereExpression
ValueExpression
WhereExpression