GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowCredentialRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowCredentialRequest::ShowCredentialRequest ( )
inline

Constructs a ShowCredentialRequest object with default parameter values.

Definition at line 27 of file show_credential.h.

gpudb::ShowCredentialRequest::ShowCredentialRequest ( const std::string &  credentialName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowCredentialRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: