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

A value in an update statement. More...

#include <value.h>

Public Types

enum  UpdateType { StringType, IntType, DoubleType, JSONType }
 

Public Member Functions

 UpdateValue (const std::string &column, const std::string &value)
 
 UpdateValue (const std::string &column, const int value)
 
 UpdateValue (const std::string &column, const double value)
 
std::string toJSON ()
 

Detailed Description

A value in an update statement.


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