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

A set of output parameters for const. More...

#include <gpudb/protocol/create_environment.h>

Public Member Functions

 CreateEnvironmentResponse ()
 Constructs a CreateEnvironmentResponse 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.

Creates a new environment which can be used by user-defined functions (UDF).

Definition at line 105 of file create_environment.h.

Constructor & Destructor Documentation

gpudb::CreateEnvironmentResponse::CreateEnvironmentResponse ( )
inline

Constructs a CreateEnvironmentResponse object with default parameter values.

Definition at line 112 of file create_environment.h.

Member Data Documentation

std::string gpudb::CreateEnvironmentResponse::environmentName

Definition at line 118 of file create_environment.h.

std::map<std::string, std::string> gpudb::CreateEnvironmentResponse::info

Definition at line 119 of file create_environment.h.


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