GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createTriggerByRange. More...
#include <gpudb/protocol/create_trigger_by_range.h>
Public Member Functions | |
CreateTriggerByRangeResponse () | |
Constructs a CreateTriggerByRangeResponse object with default parameters. More... | |
Public Attributes | |
std::string | triggerId |
Value of requestId. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createTriggerByRange.
Definition at line 187 of file create_trigger_by_range.h.
|
inline |
Constructs a CreateTriggerByRangeResponse object with default parameters.
Definition at line 193 of file create_trigger_by_range.h.
std::map<std::string, std::string> gpudb::CreateTriggerByRangeResponse::info |
Additional information.
Definition at line 208 of file create_trigger_by_range.h.
std::string gpudb::CreateTriggerByRangeResponse::triggerId |
Value of requestId.
Definition at line 203 of file create_trigger_by_range.h.