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

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

#include <gpudb/protocol/alter_role.h>

Public Member Functions

 AlterRoleResponse ()
 Constructs an AlterRoleResponse object with default parameter values. More...
 

Public Attributes

std::string name
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Alters a Role.

Definition at line 130 of file alter_role.h.

Constructor & Destructor Documentation

gpudb::AlterRoleResponse::AlterRoleResponse ( )
inline

Constructs an AlterRoleResponse object with default parameter values.

Definition at line 137 of file alter_role.h.

Member Data Documentation

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

Definition at line 144 of file alter_role.h.

std::string gpudb::AlterRoleResponse::name

Definition at line 143 of file alter_role.h.


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