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

A set of output parameters for const. More...

#include <gpudb/protocol/show_system_properties.h>

Public Member Functions

 ShowSystemPropertiesResponse ()
 Constructs a ShowSystemPropertiesResponse object with default parameter values. More...
 

Public Attributes

std::map< std::string,
std::string > 
propertyMap
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.

Definition at line 102 of file show_system_properties.h.

Constructor & Destructor Documentation

gpudb::ShowSystemPropertiesResponse::ShowSystemPropertiesResponse ( )
inline

Constructs a ShowSystemPropertiesResponse object with default parameter values.

Definition at line 109 of file show_system_properties.h.

Member Data Documentation

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

Definition at line 116 of file show_system_properties.h.

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

Definition at line 115 of file show_system_properties.h.


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