GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::dropEnvironment. More...
#include <gpudb/protocol/drop_environment.h>
Public Member Functions | |
DropEnvironmentResponse () | |
Constructs a DropEnvironmentResponse 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::dropEnvironment.
Definition at line 151 of file drop_environment.h.
|
inline |
Constructs a DropEnvironmentResponse object with default parameters.
Definition at line 156 of file drop_environment.h.
std::string gpudb::DropEnvironmentResponse::environmentName |
Value of environmentName.
Definition at line 166 of file drop_environment.h.
std::map<std::string, std::string> gpudb::DropEnvironmentResponse::info |
Additional information.
Definition at line 171 of file drop_environment.h.