Ice 3.6 Slice API Reference
|
The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment. More...
Defined in <Freeze/CatalogData.ice>
struct CatalogData { ... }
Data Members | |
bool | evictor |
True if this entry describes an evictor database, false if it describes a map database. More... | |
string | key |
The Slice type for the database key. More... | |
string | value |
The Slice type for the database value. More... | |
The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment.
It is used by FreezeScript.
bool evictor |
True if this entry describes an evictor database, false if it describes a map database.
string key |
The Slice type for the database key.
string value |
The Slice type for the database value.