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

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

#include <gpudb/protocol/grant_permission_table.h>

Public Member Functions

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

Public Attributes

std::string name
 
std::string permission
 
std::string tableName
 
std::string filterExpression
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

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

Definition at line 162 of file grant_permission_table.h.

Constructor & Destructor Documentation

gpudb::GrantPermissionTableResponse::GrantPermissionTableResponse ( )
inline

Constructs a GrantPermissionTableResponse object with default parameter values.

Definition at line 169 of file grant_permission_table.h.

Member Data Documentation

std::string gpudb::GrantPermissionTableResponse::filterExpression

Definition at line 181 of file grant_permission_table.h.

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

Definition at line 182 of file grant_permission_table.h.

std::string gpudb::GrantPermissionTableResponse::name

Definition at line 178 of file grant_permission_table.h.

std::string gpudb::GrantPermissionTableResponse::permission

Definition at line 179 of file grant_permission_table.h.

std::string gpudb::GrantPermissionTableResponse::tableName

Definition at line 180 of file grant_permission_table.h.


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