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

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

#include <gpudb/protocol/grant_permission.h>

Public Member Functions

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

Public Attributes

std::string principal
 
std::string object
 
std::string objectType
 
std::string permission
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Grant user or role the specified permission on the specified object.

Definition at line 212 of file grant_permission.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionResponse::GrantPermissionResponse ( )
inline

Constructs a GrantPermissionResponse object with default parameter values.

Definition at line 219 of file grant_permission.h.

Member Data Documentation

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

Definition at line 232 of file grant_permission.h.

std::string gpudb::GrantPermissionResponse::object

Definition at line 229 of file grant_permission.h.

std::string gpudb::GrantPermissionResponse::objectType

Definition at line 230 of file grant_permission.h.

std::string gpudb::GrantPermissionResponse::permission

Definition at line 231 of file grant_permission.h.

std::string gpudb::GrantPermissionResponse::principal

Definition at line 228 of file grant_permission.h.


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