Fledge
An open source edge computing platform for industrial users
Where Class Reference

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.
 

Detailed Description

Where clause in a selection of records.


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