GPUdb C++ API  Version 7.2.2.4
gpudb::AlterUserResponse Struct Reference

A set of results returned by GPUdb::alterUser. More...

#include <gpudb/protocol/alter_user.h>

Public Member Functions

 AlterUserResponse ()
 Constructs an AlterUserResponse object with default parameters. More...
 

Public Attributes

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

Detailed Description

A set of results returned by GPUdb::alterUser.

Definition at line 185 of file alter_user.h.

Constructor & Destructor Documentation

◆ AlterUserResponse()

gpudb::AlterUserResponse::AlterUserResponse ( )
inline

Constructs an AlterUserResponse object with default parameters.

Definition at line 190 of file alter_user.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 204 of file alter_user.h.

◆ name

std::string gpudb::AlterUserResponse::name

Value of name.

Definition at line 199 of file alter_user.h.


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