![]() |
Fledge
An open source edge computing platform for industrial users
|
Class that defines data to be inserted or updated in a column within the table. More...
#include <insert.h>
Public Member Functions | |
InsertValue (const std::string &column, const std::string &value) | |
InsertValue (const std::string &column, const int value) | |
InsertValue (const std::string &column, const long value) | |
InsertValue (const std::string &column, const double value) | |
InsertValue (const std::string &column, const rapidjson::Value &value) | |
InsertValue (const std::string &column) | |
InsertValue (const InsertValue &rhs) | |
const std::string | toJSON () const |
Class that defines data to be inserted or updated in a column within the table.