GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_datasource.h>
Public Member Functions | |
ShowDatasourceRequest () | |
Constructs a ShowDatasourceRequest object with default parameter values. More... | |
ShowDatasourceRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowDatasourceRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Shows information about a specified data source or all data sources.
Definition at line 20 of file show_datasource.h.
|
inline |
Constructs a ShowDatasourceRequest object with default parameter values.
Definition at line 27 of file show_datasource.h.
|
inline |
Constructs a ShowDatasourceRequest object with the specified parameters.
[in] | name_ | Name of the data source for which to retrieve information. The name must refer to a currently existing data source. If '*' is specified, information about all data sources will be returned. |
[in] | options_ | Optional parameters. |
Definition at line 45 of file show_datasource.h.
std::string gpudb::ShowDatasourceRequest::name |
Definition at line 51 of file show_datasource.h.
std::map<std::string, std::string> gpudb::ShowDatasourceRequest::options |
Definition at line 52 of file show_datasource.h.