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

A set of output parameters for const. More...

#include <gpudb/protocol/clear_trigger.h>

Public Member Functions

 ClearTriggerResponse ()
 Constructs a ClearTriggerResponse object with default parameter values. More...
 

Public Attributes

std::string triggerId
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output 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 105 of file clear_trigger.h.

Constructor & Destructor Documentation

gpudb::ClearTriggerResponse::ClearTriggerResponse ( )
inline

Constructs a ClearTriggerResponse object with default parameter values.

Definition at line 112 of file clear_trigger.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ClearTriggerResponse::info

Definition at line 119 of file clear_trigger.h.

std::string gpudb::ClearTriggerResponse::triggerId

Definition at line 118 of file clear_trigger.h.


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