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

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

#include <gpudb/protocol/delete_user.h>

Public Member Functions

 DeleteUserResponse ()
 Constructs a DeleteUserResponse 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::deleteUser.

Definition at line 102 of file delete_user.h.

Constructor & Destructor Documentation

◆ DeleteUserResponse()

gpudb::DeleteUserResponse::DeleteUserResponse ( )
inline

Constructs a DeleteUserResponse object with default parameters.

Definition at line 107 of file delete_user.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 121 of file delete_user.h.

◆ name

std::string gpudb::DeleteUserResponse::name

Value of name.

Definition at line 116 of file delete_user.h.


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