GPUdb C++ API  Version 6.2.0.3
gpudb::AlterUserRequest Struct Reference

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

#include <gpudb/protocol/alter_user.h>

Public Member Functions

 AlterUserRequest ()
 Constructs an AlterUserRequest object with default parameter values. More...
 
 AlterUserRequest (const std::string &name_, const std::string &action_, const std::string &value_, const std::map< std::string, std::string > &options_)
 Constructs an AlterUserRequest object with the specified parameters. More...
 

Public Attributes

std::string name
 
std::string action
 
std::string value
 
std::map< std::string, std::string > options
 

Detailed Description

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

Alters a user.

Definition at line 18 of file alter_user.h.

Constructor & Destructor Documentation

◆ AlterUserRequest() [1/2]

gpudb::AlterUserRequest::AlterUserRequest ( )
inline

Constructs an AlterUserRequest object with default parameter values.

Definition at line 24 of file alter_user.h.

◆ AlterUserRequest() [2/2]

gpudb::AlterUserRequest::AlterUserRequest ( const std::string &  name_,
const std::string &  action_,
const std::string &  value_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterUserRequest object with the specified parameters.

Parameters
[in]name_Name of the user to be altered. Must be an existing user.
[in]action_Modification operation to be applied to the user.
[in]value_The value of the modification, depending on action.
[in]options_Optional parameters.

Definition at line 49 of file alter_user.h.

Member Data Documentation

◆ action

std::string gpudb::AlterUserRequest::action

Definition at line 58 of file alter_user.h.

◆ name

std::string gpudb::AlterUserRequest::name

Definition at line 57 of file alter_user.h.

◆ options

std::map<std::string, std::string> gpudb::AlterUserRequest::options

Definition at line 60 of file alter_user.h.

◆ value

std::string gpudb::AlterUserRequest::value

Definition at line 59 of file alter_user.h.


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