GPUdb C++ API  Version 7.2.2.4
gpudb::CreateUserExternalResponse Struct Reference

A set of results returned by GPUdb::createUserExternal. More...

#include <gpudb/protocol/create_user_external.h>

Public Member Functions

 CreateUserExternalResponse ()
 Constructs a CreateUserExternalResponse object with default parameters. More...
 

Public Attributes

std::string name
 Value of name. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::createUserExternal.

Definition at line 213 of file create_user_external.h.

Constructor & Destructor Documentation

◆ CreateUserExternalResponse()

gpudb::CreateUserExternalResponse::CreateUserExternalResponse ( )
inline

Constructs a CreateUserExternalResponse object with default parameters.

Definition at line 219 of file create_user_external.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 233 of file create_user_external.h.

◆ name

std::string gpudb::CreateUserExternalResponse::name

Value of name.

Definition at line 228 of file create_user_external.h.


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