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. | |
Public Attributes | |
| std::string | name |
| Value of name. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createUserInternal.
Definition at line 229 of file create_user_internal.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/create_user_internal.h