GPUdb C++ API  Version 7.2.2.4
gpudb::HasTableRequest Struct Reference

A set of parameters for GPUdb::hasTable. More...

#include <gpudb/protocol/has_table.h>

Public Member Functions

 HasTableRequest ()
 Constructs a HasTableRequest object with default parameters. More...
 
 HasTableRequest (const std::string &tableName_, const std::map< std::string, std::string > &options_)
 Constructs a HasTableRequest object with the specified parameters. More...
 

Public Attributes

std::string tableName
 Name of the table to check for existence, in [ schema_name. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::hasTable.

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

Definition at line 17 of file has_table.h.

Constructor & Destructor Documentation

◆ HasTableRequest() [1/2]

gpudb::HasTableRequest::HasTableRequest ( )
inline

Constructs a HasTableRequest object with default parameters.

Definition at line 22 of file has_table.h.

◆ HasTableRequest() [2/2]

gpudb::HasTableRequest::HasTableRequest ( const std::string &  tableName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a HasTableRequest object with the specified parameters.

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.

Definition at line 39 of file has_table.h.

Member Data Documentation

◆ options

std::map<std::string, std::string> gpudb::HasTableRequest::options

Optional parameters.

The default value is an empty map.

Definition at line 56 of file has_table.h.

◆ tableName

std::string gpudb::HasTableRequest::tableName

Name of the table to check for existence, in [ schema_name.

\ ]table_name format, using standard name resolution rules.

Definition at line 51 of file has_table.h.


The documentation for this struct was generated from the following file: