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. | |
| DeleteRoleRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
| Constructs a DeleteRoleRequest object with the specified parameters. | |
Public Attributes | |
| std::string | name |
| Name of the role to be deleted. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::deleteRole.
Deletes an existing role.
Definition at line 17 of file delete_role.h.
Constructor & Destructor Documentation
◆ DeleteRoleRequest() [1/2]
| inline |
Constructs a DeleteRoleRequest object with default parameters.
Definition at line 22 of file delete_role.h.
◆ DeleteRoleRequest() [2/2]
| 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.
Member Data Documentation
◆ name
| 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.
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/delete_role.h