GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/clear_trigger.h>
Public Member Functions | |
ClearTriggerRequest () | |
Constructs a ClearTriggerRequest object with default parameter values. More... | |
ClearTriggerRequest (const std::string &triggerId_, const std::map< std::string, std::string > &options_) | |
Constructs a ClearTriggerRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | triggerId |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Definition at line 20 of file clear_trigger.h.
|
inline |
Constructs a ClearTriggerRequest object with default parameter values.
Definition at line 27 of file clear_trigger.h.
|
inline |
Constructs a ClearTriggerRequest object with the specified parameters.
[in] | triggerId_ | ID for the trigger to be deactivated. |
[in] | options_ | Optional parameters. |
Definition at line 41 of file clear_trigger.h.
std::map<std::string, std::string> gpudb::ClearTriggerRequest::options |
Definition at line 48 of file clear_trigger.h.
std::string gpudb::ClearTriggerRequest::triggerId |
Definition at line 47 of file clear_trigger.h.