GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::alterUser. More...
#include <gpudb/protocol/alter_user.h>
Public Member Functions | |
AlterUserResponse () | |
Constructs an AlterUserResponse 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::alterUser.
Definition at line 185 of file alter_user.h.
|
inline |
Constructs an AlterUserResponse object with default parameters.
Definition at line 190 of file alter_user.h.
std::map<std::string, std::string> gpudb::AlterUserResponse::info |
Additional information.
Definition at line 204 of file alter_user.h.
std::string gpudb::AlterUserResponse::name |
Value of name.
Definition at line 199 of file alter_user.h.