GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_environment.h>
Public Member Functions | |
AlterEnvironmentResponse () | |
Constructs an AlterEnvironmentResponse object with default parameter values. More... | |
Public Attributes | |
std::string | environmentName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Alters an existing environment which can be referenced by a user-defined function (UDF).
Definition at line 167 of file alter_environment.h.
|
inline |
Constructs an AlterEnvironmentResponse object with default parameter values.
Definition at line 174 of file alter_environment.h.
std::string gpudb::AlterEnvironmentResponse::environmentName |
Definition at line 180 of file alter_environment.h.
std::map<std::string, std::string> gpudb::AlterEnvironmentResponse::info |
Definition at line 181 of file alter_environment.h.