GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::clearTable. More...
#include <gpudb/protocol/clear_table.h>
Public Member Functions | |
ClearTableResponse () | |
Constructs a ClearTableResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Value of tableName for a given table, or 'ALL CLEARED' in case of clearing all tables. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::clearTable.
Definition at line 173 of file clear_table.h.
|
inline |
Constructs a ClearTableResponse object with default parameters.
Definition at line 178 of file clear_table.h.
std::map<std::string, std::string> gpudb::ClearTableResponse::info |
Additional information.
Definition at line 193 of file clear_table.h.
std::string gpudb::ClearTableResponse::tableName |
Value of tableName for a given table, or 'ALL CLEARED' in case of clearing all tables.
Definition at line 188 of file clear_table.h.