GPUdb C++ API
Version 7.1.10.0
|
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 |
A set of output parameters for const.
Drop an existing credential.
Definition at line 104 of file drop_credential.h.
|
inline |
Constructs a DropCredentialResponse object with default parameter values.
Definition at line 111 of file drop_credential.h.
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.