GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/delete_role.h>
Public Member Functions | |
DeleteRoleRequest () | |
Constructs a DeleteRoleRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Deletes an existing role.
Definition at line 18 of file delete_role.h.
|
inline |
Constructs a DeleteRoleRequest object with default parameter values.
Definition at line 24 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. |
Definition at line 38 of file delete_role.h.
std::string gpudb::DeleteRoleRequest::name |
Definition at line 44 of file delete_role.h.
std::map<std::string, std::string> gpudb::DeleteRoleRequest::options |
Definition at line 45 of file delete_role.h.