GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::hasTable. More...
#include <gpudb/protocol/has_table.h>
Public Member Functions | |
HasTableResponse () | |
Constructs a HasTableResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName. More... | |
bool | tableExists |
Indicates whether the table exists or not. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::hasTable.
Definition at line 108 of file has_table.h.
|
inline |
Constructs a HasTableResponse object with default parameters.
Definition at line 113 of file has_table.h.
std::map<std::string, std::string> gpudb::HasTableResponse::info |
Additional information.
Definition at line 138 of file has_table.h.
bool gpudb::HasTableResponse::tableExists |
Indicates whether the table exists or not.
Supported values:
Definition at line 133 of file has_table.h.
std::string gpudb::HasTableResponse::tableName |
Value of tableName.
Definition at line 123 of file has_table.h.