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

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

#include <gpudb/protocol/delete_user.h>

Public Member Functions

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

Deletes an existing user.

Definition at line 100 of file delete_user.h.

Constructor & Destructor Documentation

gpudb::DeleteUserResponse::DeleteUserResponse ( )
inline

Constructs a DeleteUserResponse object with default parameter values.

Definition at line 107 of file delete_user.h.

Member Data Documentation

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

Definition at line 114 of file delete_user.h.

std::string gpudb::DeleteUserResponse::name

Definition at line 113 of file delete_user.h.


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