GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_credential.h>
Public Member Functions | |
CreateCredentialResponse () | |
Constructs a CreateCredentialResponse 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.
Create a new credential.
Definition at line 156 of file create_credential.h.
|
inline |
Constructs a CreateCredentialResponse object with default parameter values.
Definition at line 163 of file create_credential.h.
std::string gpudb::CreateCredentialResponse::credentialName |
Definition at line 169 of file create_credential.h.
std::map<std::string, std::string> gpudb::CreateCredentialResponse::info |
Definition at line 170 of file create_credential.h.