◆ hasProc() [1/4]
| HasProcResponse gpudb::GPUdb::hasProc | ( | const HasProcRequest & | request_ | ) | const |
◆ hasProc() [2/4]
| HasProcResponse & gpudb::GPUdb::hasProc | ( | const HasProcRequest & | request_, |
| HasProcResponse & | response_ ) const |
Checks the existence of a proc with the given name.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ hasProc() [3/4]
| HasProcResponse gpudb::GPUdb::hasProc | ( | const std::string & | procName, |
| const std::map< std::string, std::string > & | options ) const |
Checks the existence of a proc with the given name.
Parameters
| [in] | procName | Name of the proc to check for existence. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ hasProc() [4/4]
| HasProcResponse & gpudb::GPUdb::hasProc | ( | const std::string & | procName, |
| const std::map< std::string, std::string > & | options, | ||
| HasProcResponse & | response_ ) const |
Checks the existence of a proc with the given name.
Parameters
| [in] | procName | Name of the proc to check for existence. |
| [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).