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 341 of file grant_permission.h.
|
inline |
Constructs a GrantPermissionResponse object with default parameters.
Definition at line 346 of file grant_permission.h.
std::map<std::string, std::string> gpudb::GrantPermissionResponse::info |
Additional information.
Definition at line 380 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::object |
Value of object.
Definition at line 363 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::objectType |
Value of objectType.
Definition at line 369 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::permission |
Value of permission.
Definition at line 375 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::principal |
Value of principal.
Definition at line 358 of file grant_permission.h.