GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
gpudb::GrantPermissionSystemResponse Struct Reference

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

#include <gpudb/protocol/grant_permission_system.h>

Public Member Functions

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

Public Attributes

std::string name
 
std::string permission
 

Detailed Description

A set of output parameters for const.

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

Definition at line 124 of file grant_permission_system.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionSystemResponse::GrantPermissionSystemResponse ( )
inline

Constructs a GrantPermissionSystemResponse object with default parameter values.

Definition at line 131 of file grant_permission_system.h.

Member Data Documentation

std::string gpudb::GrantPermissionSystemResponse::name

Definition at line 137 of file grant_permission_system.h.

std::string gpudb::GrantPermissionSystemResponse::permission

Definition at line 138 of file grant_permission_system.h.


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