GPUdb C++ API
Version 7.0.19.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 99 of file has_table.h.
|
inline |
Constructs a HasTableResponse object with default parameter values.
Definition at line 105 of file has_table.h.
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.