GPUdb C++ API  Version 6.2.0.3
gpudb::CreateRoleResponse Struct Reference

A set of output parameters for createRole(const CreateRoleRequest&) 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
 

Detailed Description

A set of output parameters for createRole(const CreateRoleRequest&) const.

Creates a new role.

Definition at line 102 of file create_role.h.

Constructor & Destructor Documentation

◆ CreateRoleResponse()

gpudb::CreateRoleResponse::CreateRoleResponse ( )
inline

Constructs a CreateRoleResponse object with default parameter values.

Definition at line 109 of file create_role.h.

Member Data Documentation

◆ name

std::string gpudb::CreateRoleResponse::name

Definition at line 114 of file create_role.h.


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