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. | |
| DropCredentialRequest (const std::string &credentialName_, const std::map< std::string, std::string > &options_) | |
| Constructs a DropCredentialRequest object with the specified parameters. | |
Public Attributes | |
| std::string | credentialName |
| Name of the credential to be dropped. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::dropCredential.
Drop an existing credential.
Definition at line 19 of file drop_credential.h.
Constructor & Destructor Documentation
◆ DropCredentialRequest() [1/2]
| inline |
Constructs a DropCredentialRequest object with default parameters.
Definition at line 24 of file drop_credential.h.
◆ DropCredentialRequest() [2/2]
| 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.
Member Data Documentation
◆ credentialName
| 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.
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/drop_credential.h