GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowDatasourceResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowDatasourceResponse::ShowDatasourceResponse ( )
inline

Constructs a ShowDatasourceResponse object with default parameter values.

Definition at line 116 of file show_datasource.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: