GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::DropEnvironmentResponse Struct Reference

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
 

Detailed Description

A set of output parameters for const.

Drop an existing user-defined function (UDF) environment.

Definition at line 119 of file drop_environment.h.

Constructor & Destructor Documentation

gpudb::DropEnvironmentResponse::DropEnvironmentResponse ( )
inline

Constructs a DropEnvironmentResponse object with default parameter values.

Definition at line 126 of file drop_environment.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: