GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for createUserInternal(const CreateUserInternalRequest&) 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 |
A set of output parameters for createUserInternal(const CreateUserInternalRequest&) const.
Creates a new internal user (a user whose credentials are managed by the database system).
Definition at line 117 of file create_user_internal.h.
|
inline |
Constructs a CreateUserInternalResponse object with default parameter values.
Definition at line 124 of file create_user_internal.h.
std::string gpudb::CreateUserInternalResponse::name |
Definition at line 129 of file create_user_internal.h.