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

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

#include <gpudb/protocol/grant_permission_proc.h>

Public Member Functions

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

Public Attributes

std::string name
 
std::string permission
 
std::string procName
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Grants a proc-level permission to a user or role.

Definition at line 129 of file grant_permission_proc.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionProcResponse::GrantPermissionProcResponse ( )
inline

Constructs a GrantPermissionProcResponse object with default parameter values.

Definition at line 136 of file grant_permission_proc.h.

Member Data Documentation

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

Definition at line 147 of file grant_permission_proc.h.

std::string gpudb::GrantPermissionProcResponse::name

Definition at line 144 of file grant_permission_proc.h.

std::string gpudb::GrantPermissionProcResponse::permission

Definition at line 145 of file grant_permission_proc.h.

std::string gpudb::GrantPermissionProcResponse::procName

Definition at line 146 of file grant_permission_proc.h.


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