|
Ice 3.7 C++98 API Reference
|
A Freeze database environment descriptor. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| bool | operator!= (const DbEnvDescriptor &rhs_) const |
| bool | operator< (const DbEnvDescriptor &rhs_) const |
| bool | operator<= (const DbEnvDescriptor &rhs_) const |
| bool | operator== (const DbEnvDescriptor &rhs_) const |
| bool | operator> (const DbEnvDescriptor &rhs_) const |
| bool | operator>= (const DbEnvDescriptor &rhs_) const |
Public Attributes | |
| ::std::string | dbHome |
| The home of the database environment (i.e., the directory where the database files will be stored). | |
| ::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. | |
A Freeze database environment descriptor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ::std::string IceGrid::DbEnvDescriptor::dbHome |
The home of the database environment (i.e., the directory where the database files will be stored).
If empty, the node will provide a default database directory, otherwise the directory must exist.
| ::std::string IceGrid::DbEnvDescriptor::description |
The description of this database environment.
| ::std::string IceGrid::DbEnvDescriptor::name |
The name of the database environment.
| ::IceGrid::PropertyDescriptorSeq IceGrid::DbEnvDescriptor::properties |
The configuration properties of the database environment.