Skip to main content

◆ alterUser() [1/4]

AlterUserResponse gpudb::GPUdb::alterUser (const AlterUserRequest &request_) const

Alters a user.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ alterUser() [2/4]

AlterUserResponse & gpudb::GPUdb::alterUser (const AlterUserRequest &request_,
AlterUserResponse &response_ ) const

Alters a user.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ alterUser() [3/4]

AlterUserResponse gpudb::GPUdb::alterUser (const std::string &name,
const std::string &action,
const std::string &value,
const std::map< std::string, std::string > &options ) const

Alters a user.

Parameters
[in]nameName of the user to be altered. Must be an existing user.
[in]actionModification operation to be applied to the user. Supported values:
[in]valueThe value of the modification, depending on action.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ alterUser() [4/4]

AlterUserResponse & gpudb::GPUdb::alterUser (const std::string &name,
const std::string &action,
const std::string &value,
const std::map< std::string, std::string > &options,
AlterUserResponse &response_ ) const

Alters a user.

Parameters
[in]nameName of the user to be altered. Must be an existing user.
[in]actionModification operation to be applied to the user. Supported values:
[in]valueThe value of the modification, depending on action.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).