A set of results returned by GPUdb::deleteRole. More…
#include <gpudb/protocol/delete_role.h>
Public Member Functions | |
| DeleteRoleResponse () | |
| Constructs a DeleteRoleResponse 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::deleteRole.
Definition at line 102 of file delete_role.h.
Constructor & Destructor Documentation
◆ DeleteRoleResponse()
| inline |
Constructs a DeleteRoleResponse object with default parameters.
Definition at line 107 of file delete_role.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::DeleteRoleResponse::info |
Additional information.
Definition at line 121 of file delete_role.h.
◆ name
| std::string gpudb::DeleteRoleResponse::name |
Value of name.
Definition at line 116 of file delete_role.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/delete_role.h