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

A set of output parameters for const. More...

#include <gpudb/protocol/alter_credential.h>

Public Member Functions

 AlterCredentialResponse ()
 Constructs an AlterCredentialResponse object with default parameter values. More...
 

Public Attributes

std::string credentialName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Alter the properties of an existing credential.

Definition at line 159 of file alter_credential.h.

Constructor & Destructor Documentation

gpudb::AlterCredentialResponse::AlterCredentialResponse ( )
inline

Constructs an AlterCredentialResponse object with default parameter values.

Definition at line 166 of file alter_credential.h.

Member Data Documentation

std::string gpudb::AlterCredentialResponse::credentialName

Definition at line 172 of file alter_credential.h.

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

Definition at line 173 of file alter_credential.h.


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