A set of results returned by GPUdb::createDatasource. More…
#include <gpudb/protocol/create_datasource.h>
Public Member Functions | |
| CreateDatasourceResponse () | |
| Constructs a CreateDatasourceResponse object with default parameters. | |
Public Attributes | |
| std::string | name |
| Value of name. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createDatasource.
Definition at line 682 of file create_datasource.h.
Constructor & Destructor Documentation
◆ CreateDatasourceResponse()
| inline |
Constructs a CreateDatasourceResponse object with default parameters.
Definition at line 688 of file create_datasource.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateDatasourceResponse::info |
Additional information.
Definition at line 702 of file create_datasource.h.
◆ name
| std::string gpudb::CreateDatasourceResponse::name |
Value of name.
Definition at line 697 of file create_datasource.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_datasource.h