GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for 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 |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Retrieves information regarding the specified triggers or all existing triggers currently active.
Definition at line 106 of file show_triggers.h.
|
inline |
Constructs a ShowTriggersResponse object with default parameter values.
Definition at line 113 of file show_triggers.h.
std::map<std::string, std::string> gpudb::ShowTriggersResponse::info |
Definition at line 120 of file show_triggers.h.
std::map<std::string, std::map<std::string, std::string> > gpudb::ShowTriggersResponse::triggerMap |
Definition at line 119 of file show_triggers.h.