GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::dropCredential. More...
#include <gpudb/protocol/drop_credential.h>
Public Member Functions | |
DropCredentialRequest () | |
Constructs a DropCredentialRequest object with default parameters. 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 |
Name of the credential to be dropped. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::dropCredential.
Drop an existing credential.
Definition at line 19 of file drop_credential.h.
|
inline |
Constructs a DropCredentialRequest object with default parameters.
Definition at line 24 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. The default value is an empty map. |
Definition at line 39 of file drop_credential.h.
std::string gpudb::DropCredentialRequest::credentialName |
Name of the credential to be dropped.
Must be an existing credential.
Definition at line 49 of file drop_credential.h.
std::map<std::string, std::string> gpudb::DropCredentialRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 54 of file drop_credential.h.