GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/clear_table.h>
Public Member Functions | |
ClearTableResponse () | |
Constructs a ClearTableResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Clears (drops) one or all tables in the database cluster. The operation is synchronous meaning that the table will be cleared before the function returns. The response payload returns the status of the operation along with the name of the table that was cleared.
Definition at line 134 of file clear_table.h.
|
inline |
Constructs a ClearTableResponse object with default parameter values.
Definition at line 141 of file clear_table.h.
std::map<std::string, std::string> gpudb::ClearTableResponse::info |
Definition at line 148 of file clear_table.h.
std::string gpudb::ClearTableResponse::tableName |
Definition at line 147 of file clear_table.h.