GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/grant_role.h>
Public Member Functions | |
GrantRoleResponse () | |
Constructs a GrantRoleResponse object with default parameter values. More... | |
Public Attributes | |
std::string | role |
std::string | member |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Grants membership in a role to a user or role.
Definition at line 112 of file grant_role.h.
|
inline |
Constructs a GrantRoleResponse object with default parameter values.
Definition at line 118 of file grant_role.h.
std::map<std::string, std::string> gpudb::GrantRoleResponse::info |
Definition at line 127 of file grant_role.h.
std::string gpudb::GrantRoleResponse::member |
Definition at line 126 of file grant_role.h.
std::string gpudb::GrantRoleResponse::role |
Definition at line 125 of file grant_role.h.