GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::HasTableRequest Struct Reference

A set of input parameters for 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 const.

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

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]tableName_Name of the table to check for existence.
[in]options_Optional parameters.

Definition at line 37 of file has_table.h.

Member Data Documentation

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

Definition at line 44 of file has_table.h.

std::string gpudb::HasTableRequest::tableName

Definition at line 43 of file has_table.h.


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