◆ showProc() [1/4]
| ShowProcResponse gpudb::GPUdb::showProc | ( | const ShowProcRequest & | request_ | ) | const |
◆ showProc() [2/4]
| ShowProcResponse & gpudb::GPUdb::showProc | ( | const ShowProcRequest & | request_, |
| ShowProcResponse & | response_ ) const |
◆ showProc() [3/4]
| ShowProcResponse gpudb::GPUdb::showProc | ( | const std::string & | procName, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about a proc.
Parameters
| [in] | procName | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ”. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showProc() [4/4]
| ShowProcResponse & gpudb::GPUdb::showProc | ( | const std::string & | procName, |
| const std::map< std::string, std::string > & | options, | ||
| ShowProcResponse & | response_ ) const |
Shows information about a proc.
Parameters
| [in] | procName | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. The default value is ”. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).