condition Class Reference

Represents a sql query condition. More...

#include <condition.hpp>

Detailed Description

Represents a sql query condition.

Template Parameters
LLeft hand operator type
RRight 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.

The documentation for this class was generated from the following file: