Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Transaction.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc"]]
13 
14 module Freeze
15 {
16 
17 local interface Connection;
18 
19 
27 local interface Transaction
28 {
36  void commit();
37 
45  void rollback();
46 
52  ["cpp:const"] Connection getConnection();
53 };
54 
55 
56 };
57 
A connection to a database (database environment with Berkeley DB).
Definition: Connection.ice:41
A transaction.
Definition: Transaction.ice:27
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:16