GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for alterUser(const AlterUserRequest&) const. More...
#include <gpudb/protocol/alter_user.h>
Public Member Functions | |
AlterUserRequest () | |
Constructs an AlterUserRequest object with default parameter values. More... | |
AlterUserRequest (const std::string &name, const std::string &action, const std::string &value, const std::map< std::string, std::string > &options) | |
Constructs an AlterUserRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::string | action |
std::string | value |
std::map< std::string, std::string > | options |
A set of input parameters for alterUser(const AlterUserRequest&) const.
Alters a user.
Definition at line 18 of file alter_user.h.
|
inline |
Constructs an AlterUserRequest object with default parameter values.
Definition at line 24 of file alter_user.h.
|
inline |
Constructs an AlterUserRequest object with the specified parameters.
[in] | name | Name of the user to be altered. Must be an existing user. |
[in] | action | Modification operation to be applied to the user. Values: 'set_password'. |
[in] | value | The value of the modification, depending on action. |
[in] | options | Optional parameters. |
Definition at line 44 of file alter_user.h.
std::string gpudb::AlterUserRequest::action |
Definition at line 53 of file alter_user.h.
std::string gpudb::AlterUserRequest::name |
Definition at line 52 of file alter_user.h.
std::map<std::string, std::string> gpudb::AlterUserRequest::options |
Definition at line 55 of file alter_user.h.
std::string gpudb::AlterUserRequest::value |
Definition at line 54 of file alter_user.h.