Ice 3.9
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::DbEnvDescriptor Struct Reference

A Freeze database environment descriptor (deprecated, no longer used). More...

#include <IceGrid/IceGrid.h>

Public Member Functions

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const std::string &, const std::string &, const std::string &, const ::IceGrid::PropertyDescriptorSeq & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

std::string dbHome
 The home of the database environment.
std::string description
 The description of this database environment.
std::string name
 The name of the database environment.
::IceGrid::PropertyDescriptorSeq properties
 The configuration properties of the database environment.

Detailed Description

A Freeze database environment descriptor (deprecated, no longer used).

Remarks
The Slice compiler generated this struct from Slice struct IceGrid::DbEnvDescriptor.
Deprecated
This descriptor is provided for schema compatibility. It is no longer used.

Definition at line 311 of file Descriptor.h.


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