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

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::grantPermissionSystem.

Definition at line 166 of file grant_permission_system.h.

Constructor & Destructor Documentation

◆ GrantPermissionSystemResponse()

gpudb::GrantPermissionSystemResponse::GrantPermissionSystemResponse ( )
inline

Constructs a GrantPermissionSystemResponse object with default parameters.

Definition at line 172 of file grant_permission_system.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 193 of file grant_permission_system.h.

◆ name

std::string gpudb::GrantPermissionSystemResponse::name

Value of name.

Definition at line 182 of file grant_permission_system.h.

◆ permission

std::string gpudb::GrantPermissionSystemResponse::permission

Value of permission.

Definition at line 188 of file grant_permission_system.h.


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