GPUdb C++ API  Version 7.2.2.4
gpudb::CreateCredentialResponse Struct Reference

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. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::createCredential.

Definition at line 223 of file create_credential.h.

Constructor & Destructor Documentation

◆ CreateCredentialResponse()

gpudb::CreateCredentialResponse::CreateCredentialResponse ( )
inline

Constructs a CreateCredentialResponse object with default parameters.

Definition at line 229 of file create_credential.h.

Member Data Documentation

◆ credentialName

std::string gpudb::CreateCredentialResponse::credentialName

Value of credentialName.

Definition at line 239 of file create_credential.h.

◆ info

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

Additional information.

Definition at line 244 of file create_credential.h.


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