Skip to main content

A set of results returned by GPUdb::createCredential. More…

#include <gpudb/protocol/create_credential.h>

Public Member Functions

 CreateCredentialResponse ()
 Constructs a CreateCredentialResponse object with default parameters.
 

Public Attributes

std::string credentialName
 Value of credentialName.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::createCredential.

Definition at line 226 of file create_credential.h.

Constructor & Destructor Documentation

◆ CreateCredentialResponse()

gpudb::CreateCredentialResponse::CreateCredentialResponse ()
inline

Constructs a CreateCredentialResponse object with default parameters.

Definition at line 232 of file create_credential.h.

Member Data Documentation

◆ credentialName

std::string gpudb::CreateCredentialResponse::credentialName

Value of credentialName.

Definition at line 242 of file create_credential.h.

◆ info

std::map<std::string, std::string> gpudb::CreateCredentialResponse::info

Additional information.

Definition at line 247 of file create_credential.h.


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