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. | |
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::createUserExternal.
Definition at line 213 of file create_user_external.h.
Constructor & Destructor Documentation
◆ CreateUserExternalResponse()
| inline |
Constructs a CreateUserExternalResponse object with default parameters.
Definition at line 219 of file create_user_external.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateUserExternalResponse::info |
Additional information.
Definition at line 233 of file create_user_external.h.
◆ name
| std::string gpudb::CreateUserExternalResponse::name |
Value of name.
Definition at line 228 of file create_user_external.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_user_external.h