GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_user_internal.h>
Public Member Functions | |
CreateUserInternalResponse () | |
Constructs a CreateUserInternalResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a new internal user (a user whose credentials are managed by the database system).
Definition at line 123 of file create_user_internal.h.
|
inline |
Constructs a CreateUserInternalResponse object with default parameter values.
Definition at line 130 of file create_user_internal.h.
std::map<std::string, std::string> gpudb::CreateUserInternalResponse::info |
Definition at line 137 of file create_user_internal.h.
std::string gpudb::CreateUserInternalResponse::name |
Definition at line 136 of file create_user_internal.h.