GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::grantRole. More...
#include <gpudb/protocol/grant_role.h>
Public Member Functions | |
GrantRoleResponse () | |
Constructs a GrantRoleResponse object with default parameters. More... | |
Public Attributes | |
std::string | role |
Value of role. More... | |
std::string | member |
Value of member. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::grantRole.
Definition at line 120 of file grant_role.h.
|
inline |
Constructs a GrantRoleResponse object with default parameters.
Definition at line 125 of file grant_role.h.
std::map<std::string, std::string> gpudb::GrantRoleResponse::info |
Additional information.
Definition at line 145 of file grant_role.h.
std::string gpudb::GrantRoleResponse::member |
Value of member.
Definition at line 140 of file grant_role.h.
std::string gpudb::GrantRoleResponse::role |
Value of role.
Definition at line 135 of file grant_role.h.