◆ hasTable() [1/4]
| HasTableResponse gpudb::GPUdb::hasTable | ( | const HasTableRequest & | request_ | ) | const |
◆ hasTable() [2/4]
| HasTableResponse & gpudb::GPUdb::hasTable | ( | const HasTableRequest & | request_, |
| HasTableResponse & | response_ ) const |
Checks for the existence of a table with the given name.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ hasTable() [3/4]
| HasTableResponse gpudb::GPUdb::hasTable | ( | const std::string & | tableName, |
| const std::map< std::string, std::string > & | options ) const |
Checks for the existence of a table with the given name.
Parameters
| [in] | tableName | Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ hasTable() [4/4]
| HasTableResponse & gpudb::GPUdb::hasTable | ( | const std::string & | tableName, |
| const std::map< std::string, std::string > & | options, | ||
| HasTableResponse & | response_ ) const |
Checks for the existence of a table with the given name.
Parameters
| [in] | tableName | Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. |
| [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).