Skip to main content

◆ hasType() [1/4]

HasTypeResponse gpudb::GPUdb::hasType (const HasTypeRequest &request_) const

Check for the existence of a type.

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

◆ hasType() [2/4]

HasTypeResponse & gpudb::GPUdb::hasType (const HasTypeRequest &request_,
HasTypeResponse &response_ ) const

Check for the existence of a type.

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

◆ hasType() [3/4]

HasTypeResponse gpudb::GPUdb::hasType (const std::string &typeId,
const std::map< std::string, std::string > &options ) const

Check for the existence of a type.

Parameters
[in]typeIdId of the type returned in response to createType request.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ hasType() [4/4]

HasTypeResponse & gpudb::GPUdb::hasType (const std::string &typeId,
const std::map< std::string, std::string > &options,
HasTypeResponse &response_ ) const

Check for the existence of a type.

Parameters
[in]typeIdId of the type returned in response to createType request.
[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).