GPUdb C++ API  Version 7.2.2.4
gpudb::GrantPermissionTableResponse Struct Reference

A set of results returned by GPUdb::grantPermissionTable. More...

#include <gpudb/protocol/grant_permission_table.h>

Public Member Functions

 GrantPermissionTableResponse ()
 Constructs a GrantPermissionTableResponse object with default parameters. More...
 

Public Attributes

std::string name
 Value of name. More...
 
std::string permission
 Value of permission. More...
 
std::string tableName
 Value of tableName. More...
 
std::string filterExpression
 Value of filterExpression. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::grantPermissionTable.

Definition at line 221 of file grant_permission_table.h.

Constructor & Destructor Documentation

◆ GrantPermissionTableResponse()

gpudb::GrantPermissionTableResponse::GrantPermissionTableResponse ( )
inline

Constructs a GrantPermissionTableResponse object with default parameters.

Definition at line 227 of file grant_permission_table.h.

Member Data Documentation

◆ filterExpression

std::string gpudb::GrantPermissionTableResponse::filterExpression

Value of filterExpression.

Definition at line 257 of file grant_permission_table.h.

◆ info

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

Additional information.

Definition at line 262 of file grant_permission_table.h.

◆ name

std::string gpudb::GrantPermissionTableResponse::name

Value of name.

Definition at line 239 of file grant_permission_table.h.

◆ permission

std::string gpudb::GrantPermissionTableResponse::permission

Value of permission.

Definition at line 245 of file grant_permission_table.h.

◆ tableName

std::string gpudb::GrantPermissionTableResponse::tableName

Value of tableName.

Definition at line 251 of file grant_permission_table.h.


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