GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::dropDatasource. More...
#include <gpudb/protocol/drop_datasource.h>
Public Member Functions | |
DropDatasourceResponse () | |
Constructs a DropDatasourceResponse object with default parameters. More... | |
Public Attributes | |
std::string | name |
Value of name. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::dropDatasource.
Definition at line 108 of file drop_datasource.h.
|
inline |
Constructs a DropDatasourceResponse object with default parameters.
Definition at line 113 of file drop_datasource.h.
std::map<std::string, std::string> gpudb::DropDatasourceResponse::info |
Additional information.
Definition at line 127 of file drop_datasource.h.
std::string gpudb::DropDatasourceResponse::name |
Value of name.
Definition at line 122 of file drop_datasource.h.