A set of parameters for GPUdb::dropDatasource. More…
#include <gpudb/protocol/drop_datasource.h>
Public Member Functions | |
| DropDatasourceRequest () | |
| Constructs a DropDatasourceRequest object with default parameters. | |
| DropDatasourceRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
| Constructs a DropDatasourceRequest object with the specified parameters. | |
Public Attributes | |
| std::string | name |
| Name of the data source to be dropped. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::dropDatasource.
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 20 of file drop_datasource.h.
Constructor & Destructor Documentation
◆ DropDatasourceRequest() [1/2]
| inline |
Constructs a DropDatasourceRequest object with default parameters.
Definition at line 25 of file drop_datasource.h.
◆ DropDatasourceRequest() [2/2]
| inline |
Constructs a DropDatasourceRequest object with the specified parameters.
| [in] | name_ | Name of the data source to be dropped. Must be an existing data source. |
| [in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 40 of file drop_datasource.h.
Member Data Documentation
◆ name
| std::string gpudb::DropDatasourceRequest::name |
Name of the data source to be dropped.
Must be an existing data source.
Definition at line 50 of file drop_datasource.h.
◆ options
| std::map<std::string, std::string> gpudb::DropDatasourceRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 55 of file drop_datasource.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/drop_datasource.h