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

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

#include <gpudb/protocol/has_role.h>

Public Member Functions

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

Public Attributes

std::string principal
 
std::string role
 
bool hasRole
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Checks if the specified user has the specified role.

Definition at line 133 of file has_role.h.

Constructor & Destructor Documentation

gpudb::HasRoleResponse::HasRoleResponse ( )
inline

Constructs a HasRoleResponse object with default parameter values.

Definition at line 139 of file has_role.h.

Member Data Documentation

bool gpudb::HasRoleResponse::hasRole

Definition at line 149 of file has_role.h.

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

Definition at line 150 of file has_role.h.

std::string gpudb::HasRoleResponse::principal

Definition at line 147 of file has_role.h.

std::string gpudb::HasRoleResponse::role

Definition at line 148 of file has_role.h.


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