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

A set of input parameters for hasTable(const HasTableRequest&) const. More...

#include <gpudb/protocol/has_table.h>

Public Member Functions

 HasTableRequest ()
 Constructs a HasTableRequest object with default parameter values. 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
 
std::map< std::string, std::string > options
 

Detailed Description

A set of input parameters for hasTable(const HasTableRequest&) const.

Checks the existence of a table with the given name in GPUdb.

Definition at line 18 of file has_table.h.

Constructor & Destructor Documentation

gpudb::HasTableRequest::HasTableRequest ( )
inline

Constructs a HasTableRequest object with default parameter values.

Definition at line 24 of file has_table.h.

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]tableNameName of the table to check for existence.
[in]optionsOptional parameters. Default value is an empty std::map.

Definition at line 38 of file has_table.h.

Member Data Documentation

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

Definition at line 45 of file has_table.h.

std::string gpudb::HasTableRequest::tableName

Definition at line 44 of file has_table.h.


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