GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for grantPermissionTable(const GrantPermissionTableRequest&) const. More...
#include <gpudb/protocol/grant_permission_table.h>
Public Member Functions | |
GrantPermissionTableResponse () | |
Constructs a GrantPermissionTableResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::string | permission |
std::string | tableName |
std::string | filterExpression |
A set of output parameters for grantPermissionTable(const GrantPermissionTableRequest&) const.
Grants a table-level permission to a user or role.
Definition at line 154 of file grant_permission_table.h.
|
inline |
Constructs a GrantPermissionTableResponse object with default parameter values.
Definition at line 161 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::filterExpression |
Definition at line 172 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::name |
Definition at line 169 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::permission |
Definition at line 170 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::tableName |
Definition at line 171 of file grant_permission_table.h.