GPUdb C++ API  Version 7.2.2.4
gpudb::RevokePermissionTableResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::revokePermissionTable.

Definition at line 200 of file revoke_permission_table.h.

Constructor & Destructor Documentation

◆ RevokePermissionTableResponse()

gpudb::RevokePermissionTableResponse::RevokePermissionTableResponse ( )
inline

Constructs a RevokePermissionTableResponse object with default parameters.

Definition at line 206 of file revoke_permission_table.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 234 of file revoke_permission_table.h.

◆ name

std::string gpudb::RevokePermissionTableResponse::name

Value of name.

Definition at line 217 of file revoke_permission_table.h.

◆ permission

std::string gpudb::RevokePermissionTableResponse::permission

Value of permission.

Definition at line 223 of file revoke_permission_table.h.

◆ tableName

std::string gpudb::RevokePermissionTableResponse::tableName

Value of tableName.

Definition at line 229 of file revoke_permission_table.h.


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