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

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

#include <gpudb/protocol/create_role.h>

Public Member Functions

 CreateRoleResponse ()
 Constructs a CreateRoleResponse 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.

Creates a new role.

Definition at line 107 of file create_role.h.

Constructor & Destructor Documentation

gpudb::CreateRoleResponse::CreateRoleResponse ( )
inline

Constructs a CreateRoleResponse object with default parameter values.

Definition at line 114 of file create_role.h.

Member Data Documentation

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

Definition at line 121 of file create_role.h.

std::string gpudb::CreateRoleResponse::name

Definition at line 120 of file create_role.h.


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