Skip to main content

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.
 

Public Attributes

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

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: