GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::deleteUser. More...
#include <gpudb/protocol/delete_user.h>
Public Member Functions | |
DeleteUserRequest () | |
Constructs a DeleteUserRequest object with default parameters. More... | |
DeleteUserRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a DeleteUserRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
Name of the user to be deleted. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::deleteUser.
Deletes an existing user.
Definition at line 17 of file delete_user.h.
|
inline |
Constructs a DeleteUserRequest object with default parameters.
Definition at line 22 of file delete_user.h.
|
inline |
Constructs a DeleteUserRequest object with the specified parameters.
[in] | name_ | Name of the user to be deleted. Must be an existing user. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 36 of file delete_user.h.
std::string gpudb::DeleteUserRequest::name |
Name of the user to be deleted.
Must be an existing user.
Definition at line 45 of file delete_user.h.
std::map<std::string, std::string> gpudb::DeleteUserRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 50 of file delete_user.h.