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

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

#include <gpudb/protocol/create_user_internal.h>

Public Member Functions

 CreateUserInternalResponse ()
 Constructs a CreateUserInternalResponse 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::createUserInternal.

Definition at line 229 of file create_user_internal.h.

Constructor & Destructor Documentation

◆ CreateUserInternalResponse()

gpudb::CreateUserInternalResponse::CreateUserInternalResponse ( )
inline

Constructs a CreateUserInternalResponse object with default parameters.

Definition at line 235 of file create_user_internal.h.

Member Data Documentation

◆ info

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

Additional information.

The default value is an empty map.

Definition at line 249 of file create_user_internal.h.

◆ name

std::string gpudb::CreateUserInternalResponse::name

Value of name.

Definition at line 244 of file create_user_internal.h.


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