|
GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/drop_credential.h>
Public Member Functions | |
| DropCredentialRequest () | |
| Constructs a DropCredentialRequest object with default parameter values. More... | |
| DropCredentialRequest (const std::string &credentialName_, const std::map< std::string, std::string > &options_) | |
| Constructs a DropCredentialRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | credentialName |
| std::map< std::string, std::string > | options |
A set of input parameters for const.
Drop an existing credential.
Definition at line 19 of file drop_credential.h.
|
inline |
Constructs a DropCredentialRequest object with default parameter values.
Definition at line 26 of file drop_credential.h.
|
inline |
Constructs a DropCredentialRequest object with the specified parameters.
| [in] | credentialName_ | Name of the credential to be dropped. Must be an existing credential. |
| [in] | options_ | Optional parameters. |
Definition at line 41 of file drop_credential.h.
| std::string gpudb::DropCredentialRequest::credentialName |
Definition at line 47 of file drop_credential.h.
| std::map<std::string, std::string> gpudb::DropCredentialRequest::options |
Definition at line 48 of file drop_credential.h.