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

A set of results returned by GPUdb::createTriggerByArea. More...

#include <gpudb/protocol/create_trigger_by_area.h>

Public Member Functions

 CreateTriggerByAreaResponse ()
 Constructs a CreateTriggerByAreaResponse object with default parameters. More...
 

Public Attributes

std::string triggerId
 Value of requestId. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createTriggerByArea.

Definition at line 219 of file create_trigger_by_area.h.

Constructor & Destructor Documentation

◆ CreateTriggerByAreaResponse()

gpudb::CreateTriggerByAreaResponse::CreateTriggerByAreaResponse ( )
inline

Constructs a CreateTriggerByAreaResponse object with default parameters.

Definition at line 225 of file create_trigger_by_area.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::CreateTriggerByAreaResponse::info

Additional information.

Definition at line 240 of file create_trigger_by_area.h.

◆ triggerId

std::string gpudb::CreateTriggerByAreaResponse::triggerId

Value of requestId.

Definition at line 235 of file create_trigger_by_area.h.


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