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

A set of results returned by GPUdb::alterCredential. More...

#include <gpudb/protocol/alter_credential.h>

Public Member Functions

 AlterCredentialResponse ()
 Constructs an AlterCredentialResponse 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::alterCredential.

Definition at line 229 of file alter_credential.h.

Constructor & Destructor Documentation

◆ AlterCredentialResponse()

gpudb::AlterCredentialResponse::AlterCredentialResponse ( )
inline

Constructs an AlterCredentialResponse object with default parameters.

Definition at line 235 of file alter_credential.h.

Member Data Documentation

◆ credentialName

std::string gpudb::AlterCredentialResponse::credentialName

Value of credentialName.

Definition at line 245 of file alter_credential.h.

◆ info

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

Additional information.

Definition at line 250 of file alter_credential.h.


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