Freeze Slice API Reference
DB.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:header-ext:h", "cpp:dll-export:FREEZE_API"]]
8 
14 module Freeze
15 {
16 
22 sequence<byte> Key;
23 
29 sequence<byte> \Value;
30 
31 }
Freeze::Key
sequence< byte > Key
A database key, represented as a sequence of bytes.
Definition: DB.ice:22
Freeze
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:12
Freeze::Value
sequence< byte > Value
A database value, represented as a sequence of bytes.
Definition: DB.ice:29