GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createUserInternal.
Definition at line 229 of file create_user_internal.h.
|
inline |
Constructs a CreateUserInternalResponse object with default parameters.
Definition at line 235 of file create_user_internal.h.
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.
std::string gpudb::CreateUserInternalResponse::name |
Value of name.
Definition at line 244 of file create_user_internal.h.