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

A set of output parameters for grantPermissionTable(const GrantPermissionTableRequest&) 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
 

Detailed Description

A set of output parameters for grantPermissionTable(const GrantPermissionTableRequest&) const.

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

Definition at line 154 of file grant_permission_table.h.

Constructor & Destructor Documentation

◆ GrantPermissionTableResponse()

gpudb::GrantPermissionTableResponse::GrantPermissionTableResponse ( )
inline

Constructs a GrantPermissionTableResponse object with default parameter values.

Definition at line 161 of file grant_permission_table.h.

Member Data Documentation

◆ filterExpression

std::string gpudb::GrantPermissionTableResponse::filterExpression

Definition at line 172 of file grant_permission_table.h.

◆ name

std::string gpudb::GrantPermissionTableResponse::name

Definition at line 169 of file grant_permission_table.h.

◆ permission

std::string gpudb::GrantPermissionTableResponse::permission

Definition at line 170 of file grant_permission_table.h.

◆ tableName

std::string gpudb::GrantPermissionTableResponse::tableName

Definition at line 171 of file grant_permission_table.h.


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