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. | |
Public Attributes | |
| std::string | name |
| Value of name. | |
| std::string | permission |
| Value of permission. | |
| std::string | procName |
| Value of procName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::grantPermissionProc.
Definition at line 161 of file grant_permission_proc.h.
Constructor & Destructor Documentation
◆ GrantPermissionProcResponse()
| inline |
Constructs a GrantPermissionProcResponse object with default parameters.
Definition at line 167 of file grant_permission_proc.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::GrantPermissionProcResponse::info |
Additional information.
Definition at line 195 of file grant_permission_proc.h.
◆ name
| std::string gpudb::GrantPermissionProcResponse::name |
Value of name.
Definition at line 178 of file grant_permission_proc.h.
◆ permission
| std::string gpudb::GrantPermissionProcResponse::permission |
Value of permission.
Definition at line 184 of file grant_permission_proc.h.
◆ procName
| std::string gpudb::GrantPermissionProcResponse::procName |
Value of procName.
Definition at line 190 of file grant_permission_proc.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/grant_permission_proc.h