GPUdb C++ API  Version 6.2.0.3
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 127 of file alter_user.h.

Constructor & Destructor Documentation

◆ AlterUserResponse()

gpudb::AlterUserResponse::AlterUserResponse ( )
inline

Constructs an AlterUserResponse object with default parameter values.

Definition at line 134 of file alter_user.h.

Member Data Documentation

◆ name

std::string gpudb::AlterUserResponse::name

Definition at line 139 of file alter_user.h.


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