GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ClearTriggerRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ClearTriggerRequest::ClearTriggerRequest ( )
inline

Constructs a ClearTriggerRequest object with default parameter values.

Definition at line 27 of file clear_trigger.h.

gpudb::ClearTriggerRequest::ClearTriggerRequest ( const std::string &  triggerId_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ClearTriggerRequest object with the specified parameters.

Parameters
[in]triggerId_ID for the trigger to be deactivated.
[in]options_Optional parameters.

Definition at line 41 of file clear_trigger.h.

Member Data Documentation

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.


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