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

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

#include <gpudb/protocol/delete_role.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::deleteRole.

Definition at line 102 of file delete_role.h.

Constructor & Destructor Documentation

◆ DeleteRoleResponse()

gpudb::DeleteRoleResponse::DeleteRoleResponse ( )
inline

Constructs a DeleteRoleResponse object with default parameters.

Definition at line 107 of file delete_role.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 121 of file delete_role.h.

◆ name

std::string gpudb::DeleteRoleResponse::name

Value of name.

Definition at line 116 of file delete_role.h.


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