GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const. More...
#include <gpudb/protocol/show_system_properties.h>
Public Member Functions | |
ShowSystemPropertiesRequest () | |
Constructs a ShowSystemPropertiesRequest object with default parameter values. More... | |
ShowSystemPropertiesRequest (const std::map< std::string, std::string > &options) | |
Constructs a ShowSystemPropertiesRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
A set of input parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const.
Returns server configuration and version related information to the caller. The GPUdb Admin tool uses it to present server related information to the user.
Definition at line 20 of file show_system_properties.h.
|
inline |
Constructs a ShowSystemPropertiesRequest object with default parameter values.
Definition at line 27 of file show_system_properties.h.
|
inline |
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
[in] | options | Optional parameters.
|
Definition at line 45 of file show_system_properties.h.
std::map<std::string, std::string> gpudb::ShowSystemPropertiesRequest::options |
Definition at line 50 of file show_system_properties.h.