GPUdb C++ API
Version 7.2.2.4
|
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. 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::createDatasource.
Definition at line 626 of file create_datasource.h.
|
inline |
Constructs a CreateDatasourceResponse object with default parameters.
Definition at line 632 of file create_datasource.h.
std::map<std::string, std::string> gpudb::CreateDatasourceResponse::info |
Additional information.
Definition at line 646 of file create_datasource.h.
std::string gpudb::CreateDatasourceResponse::name |
Value of name.
Definition at line 641 of file create_datasource.h.