GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createTriggerByArea. More...
#include <gpudb/protocol/create_trigger_by_area.h>
Public Member Functions | |
CreateTriggerByAreaResponse () | |
Constructs a CreateTriggerByAreaResponse 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::createTriggerByArea.
Definition at line 219 of file create_trigger_by_area.h.
|
inline |
Constructs a CreateTriggerByAreaResponse object with default parameters.
Definition at line 225 of file create_trigger_by_area.h.
std::map<std::string, std::string> gpudb::CreateTriggerByAreaResponse::info |
Additional information.
Definition at line 240 of file create_trigger_by_area.h.
std::string gpudb::CreateTriggerByAreaResponse::triggerId |
Value of requestId.
Definition at line 235 of file create_trigger_by_area.h.