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