Skip to main content

◆ deleteProc() [1/4]

DeleteProcResponse gpudb::GPUdb::deleteProc (const DeleteProcRequest &request_) const

Deletes a proc.

Any currently running instances of the proc will be killed.

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

◆ deleteProc() [2/4]

DeleteProcResponse & gpudb::GPUdb::deleteProc (const DeleteProcRequest &request_,
DeleteProcResponse &response_ ) const

Deletes a proc.

Any currently running instances of the proc will be killed.

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).

◆ deleteProc() [3/4]

DeleteProcResponse gpudb::GPUdb::deleteProc (const std::string &procName,
const std::map< std::string, std::string > &options ) const

Deletes a proc.

Any currently running instances of the proc will be killed.

Parameters
[in]procNameName of the proc to be deleted. Must be the name of a currently existing proc.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ deleteProc() [4/4]

DeleteProcResponse & gpudb::GPUdb::deleteProc (const std::string &procName,
const std::map< std::string, std::string > &options,
DeleteProcResponse &response_ ) const

Deletes a proc.

Any currently running instances of the proc will be killed.

Parameters
[in]procNameName of the proc to be deleted. Must be the name of a currently existing proc.
[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).