GPUdb C++ API
Version 7.1.10.0
|
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 |
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.
|
inline |
Constructs a HasRoleResponse object with default parameter values.
Definition at line 139 of file has_role.h.
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.