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

A set of results returned by GPUdb::grantRole. More...

#include <gpudb/protocol/grant_role.h>

Public Member Functions

 GrantRoleResponse ()
 Constructs a GrantRoleResponse object with default parameters. More...
 

Public Attributes

std::string role
 Value of role. More...
 
std::string member
 Value of member. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::grantRole.

Definition at line 120 of file grant_role.h.

Constructor & Destructor Documentation

◆ GrantRoleResponse()

gpudb::GrantRoleResponse::GrantRoleResponse ( )
inline

Constructs a GrantRoleResponse object with default parameters.

Definition at line 125 of file grant_role.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 145 of file grant_role.h.

◆ member

std::string gpudb::GrantRoleResponse::member

Value of member.

Definition at line 140 of file grant_role.h.

◆ role

std::string gpudb::GrantRoleResponse::role

Value of role.

Definition at line 135 of file grant_role.h.


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