GPUdb C++ API
Version 7.2.3.0
|
A set of results returned by GPUdb::clearTables. More...
#include <gpudb/protocol/clear_tables.h>
Public Member Functions | |
ClearTablesResponse () | |
Constructs a ClearTablesResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | tables |
For each table in tableNames, any error from the clear operation, or an empty string if successful. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::clearTables.
Definition at line 161 of file clear_tables.h.
|
inline |
Constructs a ClearTablesResponse object with default parameters.
Definition at line 166 of file clear_tables.h.
std::map<std::string, std::string> gpudb::ClearTablesResponse::info |
Additional information.
Definition at line 182 of file clear_tables.h.
std::map<std::string, std::string> gpudb::ClearTablesResponse::tables |
For each table in tableNames, any error from the clear operation, or an empty string if successful.
Definition at line 177 of file clear_tables.h.