GPUdb C++ API
Version 7.1.10.0
|
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 |
A set of output parameters for const.
Checks for the existence of a table with the given name.
Definition at line 103 of file has_table.h.
|
inline |
Constructs a HasTableResponse object with default parameter values.
Definition at line 109 of file has_table.h.
std::map<std::string, std::string> gpudb::HasTableResponse::info |
Definition at line 118 of file has_table.h.
bool gpudb::HasTableResponse::tableExists |
Definition at line 117 of file has_table.h.
std::string gpudb::HasTableResponse::tableName |
Definition at line 116 of file has_table.h.