Fledge
An open source edge computing platform for industrial users
Public Types
|
Public Member Functions
|
List of all members
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:
C/common/include/
value.h
UpdateValue
Generated by
1.8.13