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

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...
 

Detailed Description

Join clause representation.

Member Function Documentation

◆ toJSON()

const string Join::toJSON ( ) const

Convert a join clause to its JSON representation.

Returns
string The JSON form of the join

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