◆ deleteProc() [1/4]
| DeleteProcResponse gpudb::GPUdb::deleteProc | ( | const DeleteProcRequest & | request_ | ) | const |
◆ 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
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] | procName | Name of the proc to be deleted. Must be the name of a currently existing proc. |
| [in] | options | Optional 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] | procName | Name of the proc to be deleted. Must be the name of a currently existing proc. |
| [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).