Represents a sql query condition. More...
#include <condition.hpp>
Represents a sql query condition.
L | Left hand operator type |
R | Right hand operator type This class represents a condition part of a sql query or update statement. Each compare method returns a reference to the condition itself. That way one can concatenate conditions together. |