GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_triggers.h>
Public Member Functions | |
ShowTriggersRequest () | |
Constructs a ShowTriggersRequest object with default parameter values. More... | |
ShowTriggersRequest (const std::vector< std::string > &triggerIds_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowTriggersRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | triggerIds |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Retrieves information regarding the specified triggers or all existing triggers currently active.
Definition at line 19 of file show_triggers.h.
|
inline |
Constructs a ShowTriggersRequest object with default parameter values.
Definition at line 26 of file show_triggers.h.
|
inline |
Constructs a ShowTriggersRequest object with the specified parameters.
[in] | triggerIds_ | List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. |
[in] | options_ | Optional parameters. |
Definition at line 43 of file show_triggers.h.
std::map<std::string, std::string> gpudb::ShowTriggersRequest::options |
Definition at line 50 of file show_triggers.h.
std::vector<std::string> gpudb::ShowTriggersRequest::triggerIds |
Definition at line 49 of file show_triggers.h.