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

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

#include <gpudb/protocol/grant_role.h>

Public Member Functions

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

Public Attributes

std::string role
 
std::string member
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Grants membership in a role to a user or role.

Definition at line 112 of file grant_role.h.

Constructor & Destructor Documentation

gpudb::GrantRoleResponse::GrantRoleResponse ( )
inline

Constructs a GrantRoleResponse object with default parameter values.

Definition at line 118 of file grant_role.h.

Member Data Documentation

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

Definition at line 127 of file grant_role.h.

std::string gpudb::GrantRoleResponse::member

Definition at line 126 of file grant_role.h.

std::string gpudb::GrantRoleResponse::role

Definition at line 125 of file grant_role.h.


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