◆ hasType() [1/4]
| HasTypeResponse gpudb::GPUdb::hasType | ( | const HasTypeRequest & | request_ | ) | const |
◆ hasType() [2/4]
| HasTypeResponse & gpudb::GPUdb::hasType | ( | const HasTypeRequest & | request_, |
| HasTypeResponse & | response_ ) const |
◆ 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] | typeId | Id of the type returned in response to createType request. |
| [in] | options | Optional 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] | typeId | Id of the type returned in response to createType request. |
| [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).