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

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

#include <gpudb/protocol/alter_user.h>

Public Member Functions

 AlterUserResponse ()
 Constructs an AlterUserResponse 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.

Alters a user.

Definition at line 133 of file alter_user.h.

Constructor & Destructor Documentation

gpudb::AlterUserResponse::AlterUserResponse ( )
inline

Constructs an AlterUserResponse object with default parameter values.

Definition at line 140 of file alter_user.h.

Member Data Documentation

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

Definition at line 147 of file alter_user.h.

std::string gpudb::AlterUserResponse::name

Definition at line 146 of file alter_user.h.


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