Skip to main content

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

#include <gpudb/protocol/create_role.h>

Public Member Functions

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

Definition at line 118 of file create_role.h.

Constructor & Destructor Documentation

◆ CreateRoleResponse()

gpudb::CreateRoleResponse::CreateRoleResponse ()
inline

Constructs a CreateRoleResponse object with default parameters.

Definition at line 123 of file create_role.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 137 of file create_role.h.

◆ name

std::string gpudb::CreateRoleResponse::name

Value of name.

Definition at line 132 of file create_role.h.


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