A set of parameters for GPUdb::showCredential. More…
#include <gpudb/protocol/show_credential.h>
Public Member Functions | |
| ShowCredentialRequest () | |
| Constructs a ShowCredentialRequest object with default parameters. | |
| ShowCredentialRequest (const std::string &credentialName_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowCredentialRequest object with the specified parameters. | |
Public Attributes | |
| std::string | credentialName |
| Name of the credential on which to retrieve information. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::showCredential.
Shows information about a specified credential or all credentials.
Definition at line 20 of file show_credential.h.
Constructor & Destructor Documentation
◆ ShowCredentialRequest() [1/2]
| inline |
Constructs a ShowCredentialRequest object with default parameters.
Definition at line 25 of file show_credential.h.
◆ ShowCredentialRequest() [2/2]
| inline |
Constructs a ShowCredentialRequest object with the specified parameters.
| [in] | credentialName_ | Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned. |
| [in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 44 of file show_credential.h.
Member Data Documentation
◆ credentialName
| std::string gpudb::ShowCredentialRequest::credentialName |
Name of the credential on which to retrieve information.
The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned.
Definition at line 55 of file show_credential.h.
◆ options
| std::map<std::string, std::string> gpudb::ShowCredentialRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 60 of file show_credential.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_credential.h