GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
ShowCredentialRequest (const std::string &credentialName_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowCredentialRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | credentialName |
Name of the credential on which to retrieve information. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
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.
|
inline |
Constructs a ShowCredentialRequest object with default parameters.
Definition at line 25 of file show_credential.h.
|
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.
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.
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.