GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::grantPermissionCredential. More...
#include <gpudb/protocol/grant_permission_credential.h>
Public Member Functions | |
GrantPermissionCredentialResponse () | |
Constructs a GrantPermissionCredentialResponse object with default parameters. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::string | permission |
Value of permission. More... | |
std::string | credentialName |
Value of credentialName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::grantPermissionCredential.
Definition at line 164 of file grant_permission_credential.h.
|
inline |
Constructs a GrantPermissionCredentialResponse object with default parameters.
Definition at line 170 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::credentialName |
Value of credentialName.
Definition at line 194 of file grant_permission_credential.h.
std::map<std::string, std::string> gpudb::GrantPermissionCredentialResponse::info |
Additional information.
Definition at line 199 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::name |
Value of name.
Definition at line 181 of file grant_permission_credential.h.
std::string gpudb::GrantPermissionCredentialResponse::permission |
Value of permission.
Definition at line 187 of file grant_permission_credential.h.