Skip to main content

◆ deleteUser() [1/4]

DeleteUserResponse gpudb::GPUdb::deleteUser (const DeleteUserRequest &request_) const

Deletes an existing user.

Attention
This method should be used for on-premise deployments only.
Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ deleteUser() [2/4]

DeleteUserResponse & gpudb::GPUdb::deleteUser (const DeleteUserRequest &request_,
DeleteUserResponse &response_ ) const

Deletes an existing user.

Attention
This method should be used for on-premise deployments only.
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).

◆ deleteUser() [3/4]

DeleteUserResponse gpudb::GPUdb::deleteUser (const std::string &name,
const std::map< std::string, std::string > &options ) const

Deletes an existing user.

Attention
This method should be used for on-premise deployments only.
Parameters
[in]nameName of the user to be deleted. Must be an existing user.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ deleteUser() [4/4]

DeleteUserResponse & gpudb::GPUdb::deleteUser (const std::string &name,
const std::map< std::string, std::string > &options,
DeleteUserResponse &response_ ) const

Deletes an existing user.

Attention
This method should be used for on-premise deployments only.
Parameters
[in]nameName of the user to be deleted. Must be an existing user.
[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).