GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_datasource.h>
Public Member Functions | |
CreateDatasourceResponse () | |
Constructs a CreateDatasourceResponse 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.
Creates a data source, which contains the location and connection information for a data store that is external to the database.
Definition at line 327 of file create_datasource.h.
|
inline |
Constructs a CreateDatasourceResponse object with default parameter values.
Definition at line 334 of file create_datasource.h.
std::map<std::string, std::string> gpudb::CreateDatasourceResponse::info |
Definition at line 341 of file create_datasource.h.
std::string gpudb::CreateDatasourceResponse::name |
Definition at line 340 of file create_datasource.h.