GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSystemPropertiesResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::showSystemProperties.

Definition at line 108 of file show_system_properties.h.

Constructor & Destructor Documentation

◆ ShowSystemPropertiesResponse()

gpudb::ShowSystemPropertiesResponse::ShowSystemPropertiesResponse ( )
inline

Constructs a ShowSystemPropertiesResponse object with default parameters.

Definition at line 114 of file show_system_properties.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::ShowSystemPropertiesResponse::info

Additional information.

Definition at line 164 of file show_system_properties.h.

◆ propertyMap

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.


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