WhereMixin

Undocumented in source.

Members

Functions

where
auto where(string lhs, string rhs)

Automatically quotes rhs.

where
auto where(string lhs, SysTime rhs)

Converts rhs to a datetime that sqlite understand.

where
auto where(string lhs, T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
where
auto where(string condition)

Add a WHERE condition.

Meta