A set of results returned by GPUdb::grantPermissionTable. More…
#include <gpudb/protocol/grant_permission_table.h>
Public Member Functions | |
| GrantPermissionTableResponse () | |
| Constructs a GrantPermissionTableResponse object with default parameters. | |
Public Attributes | |
| std::string | name |
| Value of name. | |
| std::string | permission |
| Value of permission. | |
| std::string | tableName |
| Value of tableName. | |
| std::string | filterExpression |
| Value of filterExpression. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::grantPermissionTable.
Definition at line 221 of file grant_permission_table.h.
Constructor & Destructor Documentation
◆ GrantPermissionTableResponse()
| inline |
Constructs a GrantPermissionTableResponse object with default parameters.
Definition at line 227 of file grant_permission_table.h.
Member Data Documentation
◆ filterExpression
| std::string gpudb::GrantPermissionTableResponse::filterExpression |
Value of filterExpression.
Definition at line 257 of file grant_permission_table.h.
◆ info
| std::map<std::string, std::string> gpudb::GrantPermissionTableResponse::info |
Additional information.
Definition at line 262 of file grant_permission_table.h.
◆ name
| std::string gpudb::GrantPermissionTableResponse::name |
Value of name.
Definition at line 239 of file grant_permission_table.h.
◆ permission
| std::string gpudb::GrantPermissionTableResponse::permission |
Value of permission.
Definition at line 245 of file grant_permission_table.h.
◆ tableName
| std::string gpudb::GrantPermissionTableResponse::tableName |
Value of tableName.
Definition at line 251 of file grant_permission_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/grant_permission_table.h