GPUdb C++ API  Version 7.2.2.4
gpudb::ClearTriggerResponse Struct Reference

A set of results returned by GPUdb::clearTrigger. More...

#include <gpudb/protocol/clear_trigger.h>

Public Member Functions

 ClearTriggerResponse ()
 Constructs a ClearTriggerResponse object with default parameters. More...
 

Public Attributes

std::string triggerId
 Value of triggerId. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::clearTrigger.

Definition at line 106 of file clear_trigger.h.

Constructor & Destructor Documentation

◆ ClearTriggerResponse()

gpudb::ClearTriggerResponse::ClearTriggerResponse ( )
inline

Constructs a ClearTriggerResponse object with default parameters.

Definition at line 111 of file clear_trigger.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 125 of file clear_trigger.h.

◆ triggerId

std::string gpudb::ClearTriggerResponse::triggerId

Value of triggerId.

Definition at line 120 of file clear_trigger.h.


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