GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for 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 |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Grants a table-level permission to a user or role.
Definition at line 162 of file grant_permission_table.h.
|
inline |
Constructs a GrantPermissionTableResponse object with default parameter values.
Definition at line 169 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::filterExpression |
Definition at line 181 of file grant_permission_table.h.
std::map<std::string, std::string> gpudb::GrantPermissionTableResponse::info |
Definition at line 182 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::name |
Definition at line 178 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::permission |
Definition at line 179 of file grant_permission_table.h.
std::string gpudb::GrantPermissionTableResponse::tableName |
Definition at line 180 of file grant_permission_table.h.