GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::RevokePermissionTableResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/revoke_permission_table.h>

Public Member Functions

 RevokePermissionTableResponse ()
 Constructs a RevokePermissionTableResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::string permission
 
std::string tableName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Revokes a table-level permission from a user or role.

Definition at line 148 of file revoke_permission_table.h.

Constructor & Destructor Documentation

gpudb::RevokePermissionTableResponse::RevokePermissionTableResponse ( )
inline

Constructs a RevokePermissionTableResponse object with default parameter values.

Definition at line 155 of file revoke_permission_table.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::RevokePermissionTableResponse::info

Definition at line 166 of file revoke_permission_table.h.

std::string gpudb::RevokePermissionTableResponse::name

Definition at line 163 of file revoke_permission_table.h.

std::string gpudb::RevokePermissionTableResponse::permission

Definition at line 164 of file revoke_permission_table.h.

std::string gpudb::RevokePermissionTableResponse::tableName

Definition at line 165 of file revoke_permission_table.h.


The documentation for this struct was generated from the following file: