GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::dropCredential. More...
#include <gpudb/protocol/drop_credential.h>
Public Member Functions | |
DropCredentialResponse () | |
Constructs a DropCredentialResponse object with default parameters. More... | |
Public Attributes | |
std::string | credentialName |
Value of credentialName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::dropCredential.
Definition at line 107 of file drop_credential.h.
|
inline |
Constructs a DropCredentialResponse object with default parameters.
Definition at line 112 of file drop_credential.h.
std::string gpudb::DropCredentialResponse::credentialName |
Value of credentialName.
Definition at line 122 of file drop_credential.h.
std::map<std::string, std::string> gpudb::DropCredentialResponse::info |
Additional information.
Definition at line 127 of file drop_credential.h.