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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AlterEnvironmentResponse::AlterEnvironmentResponse ( )
inline

Constructs an AlterEnvironmentResponse object with default parameter values.

Definition at line 174 of file alter_environment.h.

Member Data Documentation

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.


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