GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::string | permission |
Value of permission. More... | |
std::string | tableName |
Value of tableName. More... | |
std::string | filterExpression |
Value of filterExpression. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::grantPermissionTable.
Definition at line 221 of file grant_permission_table.h.
|
inline |
Constructs a GrantPermissionTableResponse object with default parameters.
Definition at line 227 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::filterExpression |
Value of filterExpression.
Definition at line 257 of file grant_permission_table.h.
std::map<std::string, std::string> gpudb::GrantPermissionTableResponse::info |
Additional information.
Definition at line 262 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::name |
Value of name.
Definition at line 239 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::permission |
Value of permission.
Definition at line 245 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::tableName |
Value of tableName.
Definition at line 251 of file grant_permission_table.h.