Skip to main content

◆ showProc() [1/4]

ShowProcResponse gpudb::GPUdb::showProc (const ShowProcRequest &request_) const

Shows information about a proc.

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

◆ showProc() [2/4]

ShowProcResponse & gpudb::GPUdb::showProc (const ShowProcRequest &request_,
ShowProcResponse &response_ ) const

Shows information about a proc.

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

◆ 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]procNameName 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]optionsOptional parameters.The default value is an empty map.
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]procNameName 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]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).