MultiWhereExpression

Undocumented in source.

Members

Functions

andX
MultiWhereExpression andX(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
eq
MultiWhereExpression eq(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
ge
MultiWhereExpression ge(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
gt
MultiWhereExpression gt(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
le
MultiWhereExpression le(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
like
MultiWhereExpression like(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
lt
MultiWhereExpression lt(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
ne
MultiWhereExpression ne(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
orX
MultiWhereExpression orX(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_relation
Relation _relation;
Undocumented in source.
childs
MultiWhereExpression[] childs;
Undocumented in source.
expr
WhereExpression expr;
Undocumented in source.

Inherited Members

From Expression

value
string value;
Undocumented in source.

Meta