Fledge
An open source edge computing platform for industrial users
|
Join clause representation. More...
#include <join.h>
Public Member Functions | |
Join (const std::string &table, const std::string &on, Query *query) | |
Join (const std::string &table, const std::string &column, const std::string &on, Query *query) | |
~Join () | |
Destructor fo rthe join clause. | |
const std::string | toJSON () const |
Convert a join clause to its JSON representation. More... | |
Join clause representation.
const string Join::toJSON | ( | ) | const |
Convert a join clause to its JSON representation.