GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/grant_permission.h>
Public Member Functions | |
GrantPermissionResponse () | |
Constructs a GrantPermissionResponse object with default parameter values. More... | |
Public Attributes | |
std::string | principal |
std::string | object |
std::string | objectType |
std::string | permission |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Grant user or role the specified permission on the specified object.
Definition at line 212 of file grant_permission.h.
|
inline |
Constructs a GrantPermissionResponse object with default parameter values.
Definition at line 219 of file grant_permission.h.
std::map<std::string, std::string> gpudb::GrantPermissionResponse::info |
Definition at line 232 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::object |
Definition at line 229 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::objectType |
Definition at line 230 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::permission |
Definition at line 231 of file grant_permission.h.
std::string gpudb::GrantPermissionResponse::principal |
Definition at line 228 of file grant_permission.h.