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. | |
Public Attributes | |
| std::string | role |
| Value of role. | |
| std::string | member |
| Value of member. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::grantRole.
Definition at line 120 of file grant_role.h.
Constructor & Destructor Documentation
◆ GrantRoleResponse()
| inline |
Constructs a GrantRoleResponse object with default parameters.
Definition at line 125 of file grant_role.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::GrantRoleResponse::info |
Additional information.
Definition at line 145 of file grant_role.h.
◆ member
| std::string gpudb::GrantRoleResponse::member |
Value of member.
Definition at line 140 of file grant_role.h.
◆ role
| std::string gpudb::GrantRoleResponse::role |
Value of role.
Definition at line 135 of file grant_role.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/grant_role.h