GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_datasource.h>
Public Member Functions | |
ShowDatasourceResponse () | |
Constructs a ShowDatasourceResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | datasourceNames |
std::vector< std::string > | storageProviderTypes |
std::vector< std::map < std::string, std::string > > | additionalInfo |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Shows information about a specified data source or all data sources.
Definition at line 109 of file show_datasource.h.
|
inline |
Constructs a ShowDatasourceResponse object with default parameter values.
Definition at line 116 of file show_datasource.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowDatasourceResponse::additionalInfo |
Definition at line 126 of file show_datasource.h.
std::vector<std::string> gpudb::ShowDatasourceResponse::datasourceNames |
Definition at line 124 of file show_datasource.h.
std::map<std::string, std::string> gpudb::ShowDatasourceResponse::info |
Definition at line 127 of file show_datasource.h.
std::vector<std::string> gpudb::ShowDatasourceResponse::storageProviderTypes |
Definition at line 125 of file show_datasource.h.