◆ alterUser() [1/4]
| AlterUserResponse gpudb::GPUdb::alterUser | ( | const AlterUserRequest & | request_ | ) | const |
◆ alterUser() [2/4]
| AlterUserResponse & gpudb::GPUdb::alterUser | ( | const AlterUserRequest & | request_, |
| AlterUserResponse & | response_ ) const |
◆ 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] | name | Name of the user to be altered. Must be an existing user. |
| [in] | action | Modification operation to be applied to the user. Supported values:
|
| [in] | value | The value of the modification, depending on action. |
| [in] | options | Optional 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] | name | Name of the user to be altered. Must be an existing user. |
| [in] | action | Modification operation to be applied to the user. Supported values:
|
| [in] | value | The value of the modification, depending on action. |
| [in] | options | Optional 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).