GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/drop_environment.h>
Public Member Functions | |
DropEnvironmentResponse () | |
Constructs a DropEnvironmentResponse 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.
Drop an existing user-defined function (UDF) environment.
Definition at line 119 of file drop_environment.h.
|
inline |
Constructs a DropEnvironmentResponse object with default parameter values.
Definition at line 126 of file drop_environment.h.
std::string gpudb::DropEnvironmentResponse::environmentName |
Definition at line 132 of file drop_environment.h.
std::map<std::string, std::string> gpudb::DropEnvironmentResponse::info |
Definition at line 133 of file drop_environment.h.