GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showSystemProperties. More...
#include <gpudb/protocol/show_system_properties.h>
Public Member Functions | |
ShowSystemPropertiesResponse () | |
Constructs a ShowSystemPropertiesResponse object with default parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | propertyMap |
A map of server configuration parameters and version information. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showSystemProperties.
Definition at line 108 of file show_system_properties.h.
|
inline |
Constructs a ShowSystemPropertiesResponse object with default parameters.
Definition at line 114 of file show_system_properties.h.
std::map<std::string, std::string> gpudb::ShowSystemPropertiesResponse::info |
Additional information.
Definition at line 164 of file show_system_properties.h.
std::map<std::string, std::string> gpudb::ShowSystemPropertiesResponse::propertyMap |
A map of server configuration parameters and version information.
Definition at line 159 of file show_system_properties.h.