GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/drop_datasource.h>
Public Member Functions | |
DropDatasourceResponse () | |
Constructs a DropDatasourceResponse object with default parameter values. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Drops an existing data source. Any external tables that depend on the data source must be dropped before it can be dropped.
Definition at line 108 of file drop_datasource.h.
|
inline |
Constructs a DropDatasourceResponse object with default parameter values.
Definition at line 115 of file drop_datasource.h.
std::map<std::string, std::string> gpudb::DropDatasourceResponse::info |
Definition at line 122 of file drop_datasource.h.
std::string gpudb::DropDatasourceResponse::name |
Definition at line 121 of file drop_datasource.h.