GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/grant_permission_proc.h>
Public Member Functions | |
GrantPermissionProcResponse () | |
Constructs a GrantPermissionProcResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::string | procName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Grants a proc-level permission to a user or role.
Definition at line 132 of file grant_permission_proc.h.
|
inline |
Constructs a GrantPermissionProcResponse object with default parameter values.
Definition at line 139 of file grant_permission_proc.h.
std::map<std::string, std::string> gpudb::GrantPermissionProcResponse::info |
Definition at line 150 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::name |
Definition at line 147 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::permission |
Definition at line 148 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::procName |
Definition at line 149 of file grant_permission_proc.h.