GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::grantPermissionProc. More...
#include <gpudb/protocol/grant_permission_proc.h>
Public Member Functions | |
GrantPermissionProcResponse () | |
Constructs a GrantPermissionProcResponse object with default parameters. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::string | permission |
Value of permission. More... | |
std::string | procName |
Value of procName. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::grantPermissionProc.
Definition at line 158 of file grant_permission_proc.h.
|
inline |
Constructs a GrantPermissionProcResponse object with default parameters.
Definition at line 164 of file grant_permission_proc.h.
std::map<std::string, std::string> gpudb::GrantPermissionProcResponse::info |
Additional information.
Definition at line 192 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::name |
Value of name.
Definition at line 175 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::permission |
Value of permission.
Definition at line 181 of file grant_permission_proc.h.
std::string gpudb::GrantPermissionProcResponse::procName |
Value of procName.
Definition at line 187 of file grant_permission_proc.h.