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

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

Detailed Description

A set of output parameters for alterUser(const AlterUserRequest&) const.

Alters a user.

Definition at line 122 of file alter_user.h.

Constructor & Destructor Documentation

gpudb::AlterUserResponse::AlterUserResponse ( )
inline

Constructs an AlterUserResponse object with default parameter values.

Definition at line 129 of file alter_user.h.

Member Data Documentation

std::string gpudb::AlterUserResponse::name

Definition at line 134 of file alter_user.h.


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