A set of results returned by GPUdb::revokePermissionProc. More…
#include <gpudb/protocol/revoke_permission_proc.h>
Public Member Functions | |
| RevokePermissionProcResponse () | |
| Constructs a RevokePermissionProcResponse 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::revokePermissionProc.
Definition at line 160 of file revoke_permission_proc.h.
Constructor & Destructor Documentation
◆ RevokePermissionProcResponse()
| inline |
Constructs a RevokePermissionProcResponse object with default parameters.
Definition at line 166 of file revoke_permission_proc.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::RevokePermissionProcResponse::info |
Additional information.
Definition at line 194 of file revoke_permission_proc.h.
◆ name
| std::string gpudb::RevokePermissionProcResponse::name |
Value of name.
Definition at line 177 of file revoke_permission_proc.h.
◆ permission
| std::string gpudb::RevokePermissionProcResponse::permission |
Value of permission.
Definition at line 183 of file revoke_permission_proc.h.
◆ procName
| std::string gpudb::RevokePermissionProcResponse::procName |
Value of procName.
Definition at line 189 of file revoke_permission_proc.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/revoke_permission_proc.h