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

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

#include <gpudb/protocol/alter_environment.h>

Public Member Functions

 AlterEnvironmentResponse ()
 Constructs an AlterEnvironmentResponse object with default parameters. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::alterEnvironment.

Definition at line 235 of file alter_environment.h.

Constructor & Destructor Documentation

◆ AlterEnvironmentResponse()

gpudb::AlterEnvironmentResponse::AlterEnvironmentResponse ( )
inline

Constructs an AlterEnvironmentResponse object with default parameters.

Definition at line 241 of file alter_environment.h.

Member Data Documentation

◆ environmentName

std::string gpudb::AlterEnvironmentResponse::environmentName

Value of environmentName.

Definition at line 251 of file alter_environment.h.

◆ info

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

Additional information.

Definition at line 256 of file alter_environment.h.


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