GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::grantPermission. More...
#include <gpudb/protocol/grant_permission.h>
Public Member Functions | |
GrantPermissionResponse () | |
Constructs a GrantPermissionResponse object with default parameters. More... | |
Public Attributes | |
std::string | principal |
Value of principal. More... | |
std::string | object |
Value of object. More... | |
std::string | objectType |
Value of objectType. More... | |
std::string | permission |
Value of permission. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::grantPermission.
Definition at line 348 of file grant_permission.h.
|
inline |
Constructs a GrantPermissionResponse object with default parameters.
Definition at line 353 of file grant_permission.h.
std::map<std::string, std::string> gpudb::GrantPermissionResponse::info |
Additional information.
Definition at line 387 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::object |
Value of object.
Definition at line 370 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::objectType |
Value of objectType.
Definition at line 376 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::permission |
Value of permission.
Definition at line 382 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::principal |
Value of principal.
Definition at line 365 of file grant_permission.h.