GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::createUserExternal.
Definition at line 213 of file create_user_external.h.
|
inline |
Constructs a CreateUserExternalResponse object with default parameters.
Definition at line 219 of file create_user_external.h.
std::map<std::string, std::string> gpudb::CreateUserExternalResponse::info |
Additional information.
Definition at line 233 of file create_user_external.h.
std::string gpudb::CreateUserExternalResponse::name |
Value of name.
Definition at line 228 of file create_user_external.h.