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

A set of parameters for GPUdb::showTriggers. More...

#include <gpudb/protocol/show_triggers.h>

Public Member Functions

 ShowTriggersRequest ()
 Constructs a ShowTriggersRequest object with default parameters. 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
 List of IDs of the triggers whose information is to be retrieved. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::showTriggers.

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

Definition at line 19 of file show_triggers.h.

Constructor & Destructor Documentation

◆ ShowTriggersRequest() [1/2]

gpudb::ShowTriggersRequest::ShowTriggersRequest ( )
inline

Constructs a ShowTriggersRequest object with default parameters.

Definition at line 24 of file show_triggers.h.

◆ ShowTriggersRequest() [2/2]

gpudb::ShowTriggersRequest::ShowTriggersRequest ( const std::vector< std::string > &  triggerIds_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowTriggersRequest object with the specified parameters.

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. The default value is an empty map.

Definition at line 41 of file show_triggers.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::ShowTriggersRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 57 of file show_triggers.h.

◆ triggerIds

std::vector<std::string> gpudb::ShowTriggersRequest::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.

Definition at line 52 of file show_triggers.h.


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