GPUdb C++ API
Version 7.2.2.4
|
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. 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::deleteRole.
Definition at line 102 of file delete_role.h.
|
inline |
Constructs a DeleteRoleResponse object with default parameters.
Definition at line 107 of file delete_role.h.
std::map<std::string, std::string> gpudb::DeleteRoleResponse::info |
Additional information.
Definition at line 121 of file delete_role.h.
std::string gpudb::DeleteRoleResponse::name |
Value of name.
Definition at line 116 of file delete_role.h.