GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_credential.h>
Public Member Functions | |
ShowCredentialRequest () | |
Constructs a ShowCredentialRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
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 parameter values.
Definition at line 27 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. |
Definition at line 46 of file show_credential.h.
std::string gpudb::ShowCredentialRequest::credentialName |
Definition at line 52 of file show_credential.h.
std::map<std::string, std::string> gpudb::ShowCredentialRequest::options |
Definition at line 53 of file show_credential.h.