Fledge
An open source edge computing platform for industrial users
|
Where clause in a selection of records. More...
#include <where.h>
Public Member Functions | |
Where (const std::string &column, const Condition condition, const std::string &value) | |
Where (const std::string &column, const Condition condition, const std::string &value, Where *andCondition) | |
Where (const std::string &column, const Condition condition) | |
Where (const std::string &column, const Condition condition, Where *andCondition) | |
~Where () | |
Where clause destructor. | |
void | andWhere (Where *condition) |
void | orWhere (Where *condition) |
void | addIn (const std::string &value) |
const std::string | toJSON () const |
Return the JSON payload for a where clause. | |
Where clause in a selection of records.