Skip to main content

A set of results returned by GPUdb::alterRole. More…

#include <gpudb/protocol/alter_role.h>

Public Member Functions

 AlterRoleResponse ()
 Constructs an AlterRoleResponse object with default parameters.
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::alterRole.

Definition at line 155 of file alter_role.h.

Constructor & Destructor Documentation

◆ AlterRoleResponse()

gpudb::AlterRoleResponse::AlterRoleResponse ()
inline

Constructs an AlterRoleResponse object with default parameters.

Definition at line 160 of file alter_role.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 174 of file alter_role.h.

◆ name

std::string gpudb::AlterRoleResponse::name

Value of name.

Definition at line 169 of file alter_role.h.


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