GPUdb C++ API  Version 6.2.0.3
gpudb::ShowTriggersResponse Struct Reference

A set of output parameters for showTriggers(const ShowTriggersRequest&) const. More...

#include <gpudb/protocol/show_triggers.h>

Public Member Functions

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

Public Attributes

std::map< std::string, std::map< std::string, std::string > > triggerMap
 

Detailed Description

A set of output parameters for showTriggers(const ShowTriggersRequest&) const.

Retrieves information regarding the specified triggers or all existing triggers currently active.

Definition at line 106 of file show_triggers.h.

Constructor & Destructor Documentation

◆ ShowTriggersResponse()

gpudb::ShowTriggersResponse::ShowTriggersResponse ( )
inline

Constructs a ShowTriggersResponse object with default parameter values.

Definition at line 113 of file show_triggers.h.

Member Data Documentation

◆ triggerMap

std::map<std::string, std::map<std::string, std::string> > gpudb::ShowTriggersResponse::triggerMap

Definition at line 118 of file show_triggers.h.


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