GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::alterEnvironment.
Definition at line 235 of file alter_environment.h.
|
inline |
Constructs an AlterEnvironmentResponse object with default parameters.
Definition at line 241 of file alter_environment.h.
std::string gpudb::AlterEnvironmentResponse::environmentName |
Value of environmentName.
Definition at line 251 of file alter_environment.h.
std::map<std::string, std::string> gpudb::AlterEnvironmentResponse::info |
Additional information.
Definition at line 256 of file alter_environment.h.