shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Where.Statement
shark
clause
Clause
Where
Undocumented in source.
struct
Where
static
class
Statement :
GenericStatement
{
string
field
;
Operator
operator
;
string
value
;
bool
needsEscaping
;
this
(string field, Operator operator, T value, bool variable);
ComplexStatement
opBinary
(GenericStatement statement);
ComplexStatement
opBinary
(GenericStatement statement);
}
Constructors
this
this
(string field, Operator operator, T value, bool variable)
Undocumented in source.
Members
Functions
opBinary
ComplexStatement
opBinary
(GenericStatement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ComplexStatement
opBinary
(GenericStatement statement)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
field
string
field
;
Undocumented in source.
needsEscaping
bool
needsEscaping
;
Undocumented in source.
operator
Operator
operator
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
shark
clause
Clause
Where
classes
ComplexStatement
Statement
enums
Glue
Operator
interfaces
GenericStatement
variables
statement