Skip to main content

◆ hasProc() [1/4]

HasProcResponse gpudb::GPUdb::hasProc (const HasProcRequest &request_) const

Checks the existence of a proc with the given name.

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

◆ hasProc() [2/4]

HasProcResponse & gpudb::GPUdb::hasProc (const HasProcRequest &request_,
HasProcResponse &response_ ) const

Checks the existence of a proc with the given name.

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

◆ 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]procNameName of the proc to check for existence.
[in]optionsOptional 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]procNameName of the proc to check for existence.
[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).