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

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

#include <gpudb/protocol/grant_permission_proc.h>

Public Member Functions

 GrantPermissionProcRequest ()
 Constructs a GrantPermissionProcRequest object with default parameter values. More...
 
 GrantPermissionProcRequest (const std::string &name_, const std::string &permission_, const std::string &procName_, const std::map< std::string, std::string > &options_)
 Constructs a GrantPermissionProcRequest object with the specified parameters. More...
 

Public Attributes

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

Detailed Description

A set of input parameters for const.

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

Definition at line 18 of file grant_permission_proc.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionProcRequest::GrantPermissionProcRequest ( )
inline

Constructs a GrantPermissionProcRequest object with default parameter values.

Definition at line 25 of file grant_permission_proc.h.

gpudb::GrantPermissionProcRequest::GrantPermissionProcRequest ( const std::string &  name_,
const std::string &  permission_,
const std::string &  procName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a GrantPermissionProcRequest object with the specified parameters.

Parameters
[in]name_Name of the user or role to which the permission will be granted. Must be an existing user or role.
[in]permission_Permission to grant to the user or role.
[in]procName_Name of the proc to which the permission grants access. Must be an existing proc, or an empty string to grant access to all procs.
[in]options_Optional parameters.

Definition at line 51 of file grant_permission_proc.h.

Member Data Documentation

std::string gpudb::GrantPermissionProcRequest::name

Definition at line 59 of file grant_permission_proc.h.

std::map<std::string, std::string> gpudb::GrantPermissionProcRequest::options

Definition at line 62 of file grant_permission_proc.h.

std::string gpudb::GrantPermissionProcRequest::permission

Definition at line 60 of file grant_permission_proc.h.

std::string gpudb::GrantPermissionProcRequest::procName

Definition at line 61 of file grant_permission_proc.h.


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