Skip to main content

A set of results returned by GPUdb::grantPermissionSystem. More…

#include <gpudb/protocol/grant_permission_system.h>

Public Member Functions

 GrantPermissionSystemResponse ()
 Constructs a GrantPermissionSystemResponse object with default parameters.
 

Public Attributes

std::string name
 Value of name.
 
std::string permission
 Value of permission.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::grantPermissionSystem.

Definition at line 169 of file grant_permission_system.h.

Constructor & Destructor Documentation

◆ GrantPermissionSystemResponse()

gpudb::GrantPermissionSystemResponse::GrantPermissionSystemResponse ()
inline

Constructs a GrantPermissionSystemResponse object with default parameters.

Definition at line 175 of file grant_permission_system.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 196 of file grant_permission_system.h.

◆ name

std::string gpudb::GrantPermissionSystemResponse::name

Value of name.

Definition at line 185 of file grant_permission_system.h.

◆ permission

std::string gpudb::GrantPermissionSystemResponse::permission

Value of permission.

Definition at line 191 of file grant_permission_system.h.


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