GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterRole. More...
#include <gpudb/protocol/alter_role.h>
Public Member Functions | |
AlterRoleResponse () | |
Constructs an AlterRoleResponse 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::alterRole.
Definition at line 155 of file alter_role.h.
|
inline |
Constructs an AlterRoleResponse object with default parameters.
Definition at line 160 of file alter_role.h.
std::map<std::string, std::string> gpudb::AlterRoleResponse::info |
Additional information.
Definition at line 174 of file alter_role.h.
std::string gpudb::AlterRoleResponse::name |
Value of name.
Definition at line 169 of file alter_role.h.