Skip to main content

◆ hasTable() [1/4]

HasTableResponse gpudb::GPUdb::hasTable (const HasTableRequest &request_) const

Checks for the existence of a table with the given name.

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

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

◆ 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]tableNameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
[in]optionsOptional 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]tableNameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
[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).