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

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

#include <gpudb/protocol/drop_credential.h>

Public Member Functions

 DropCredentialResponse ()
 Constructs a DropCredentialResponse 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.

Drop an existing credential.

Definition at line 104 of file drop_credential.h.

Constructor & Destructor Documentation

gpudb::DropCredentialResponse::DropCredentialResponse ( )
inline

Constructs a DropCredentialResponse object with default parameter values.

Definition at line 111 of file drop_credential.h.

Member Data Documentation

std::string gpudb::DropCredentialResponse::credentialName

Definition at line 117 of file drop_credential.h.

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

Definition at line 118 of file drop_credential.h.


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