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

A set of input parameters for showTriggers(const ShowTriggersRequest&) 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
 

Detailed Description

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

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

Definition at line 19 of file show_triggers.h.

Constructor & Destructor Documentation

gpudb::ShowTriggersRequest::ShowTriggersRequest ( )
inline

Constructs a ShowTriggersRequest object with default parameter values.

Definition at line 26 of file show_triggers.h.

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]triggerIdsList of IDs of the triggers whose information to be retrieved. Empty list means retrieve information on all active triggers.
[in]optionsOptional parameters. Default value is an empty std::map.

Definition at line 43 of file show_triggers.h.

Member Data Documentation

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.


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