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

A set of output parameters for const. More...

#include <gpudb/protocol/has_table.h>

Public Member Functions

 HasTableResponse ()
 Constructs a HasTableResponse object with default parameter values. More...
 

Public Attributes

std::string tableName
 
bool tableExists
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

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

Definition at line 99 of file has_table.h.

Constructor & Destructor Documentation

gpudb::HasTableResponse::HasTableResponse ( )
inline

Constructs a HasTableResponse object with default parameter values.

Definition at line 105 of file has_table.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::HasTableResponse::info

Definition at line 114 of file has_table.h.

bool gpudb::HasTableResponse::tableExists

Definition at line 113 of file has_table.h.

std::string gpudb::HasTableResponse::tableName

Definition at line 112 of file has_table.h.


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