GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::revokePermissionTable. More...
#include <gpudb/protocol/revoke_permission_table.h>
Public Member Functions | |
RevokePermissionTableResponse () | |
Constructs a RevokePermissionTableResponse 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::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::revokePermissionTable.
Definition at line 200 of file revoke_permission_table.h.
|
inline |
Constructs a RevokePermissionTableResponse object with default parameters.
Definition at line 206 of file revoke_permission_table.h.
std::map<std::string, std::string> gpudb::RevokePermissionTableResponse::info |
Additional information.
Definition at line 234 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableResponse::name |
Value of name.
Definition at line 217 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableResponse::permission |
Value of permission.
Definition at line 223 of file revoke_permission_table.h.
std::string gpudb::RevokePermissionTableResponse::tableName |
Value of tableName.
Definition at line 229 of file revoke_permission_table.h.