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. | |
Public Attributes | |
| std::string | tableName |
| Value of tableName for a given table, or ‘ALL CLEARED’ in case of clearing all tables. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::clearTable.
Definition at line 173 of file clear_table.h.
Constructor & Destructor Documentation
◆ ClearTableResponse()
| inline |
Constructs a ClearTableResponse object with default parameters.
Definition at line 178 of file clear_table.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::ClearTableResponse::info |
Additional information.
Definition at line 193 of file clear_table.h.
◆ tableName
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/clear_table.h