GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createRole. More...
#include <gpudb/protocol/create_role.h>
Public Member Functions | |
CreateRoleResponse () | |
Constructs a CreateRoleResponse 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::createRole.
Definition at line 118 of file create_role.h.
|
inline |
Constructs a CreateRoleResponse object with default parameters.
Definition at line 123 of file create_role.h.
std::map<std::string, std::string> gpudb::CreateRoleResponse::info |
Additional information.
Definition at line 137 of file create_role.h.
std::string gpudb::CreateRoleResponse::name |
Value of name.
Definition at line 132 of file create_role.h.