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