Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Connection.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 #include <Freeze/Transaction.ice>
13 #include <Ice/Version.ice>
14 #include <Ice/CommunicatorF.ice>
15 
16 [["cpp:header-ext:h", "objc:header-dir:objc"]]
17 
18 module Freeze
19 {
20 
29 {
30 };
31 
32 
41 local interface Connection
42 {
54  Transaction beginTransaction();
55 
56 
64  ["cpp:const"] Transaction currentTransaction();
65 
66 
74  void removeMapIndex(string mapName, string indexName);
75 
76 
83  void close();
84 
85 
91  ["cpp:const"] Ice::Communicator getCommunicator();
92 
98  ["cpp:const"] Ice::EncodingVersion getEncoding();
99 
106  ["cpp:const"] string getName();
107 
108 };
109 
110 };
111 
A connection to a database (database environment with Berkeley DB).
Definition: Connection.ice:41
The central object in Ice.
Definition: Communicator.ice:52
An attempt was made to start a transaction while a previous transaction has not yet been committed or...
Definition: Connection.ice:28
A version structure for the encoding version.
Definition: Version.ice:34
A transaction.
Definition: Transaction.ice:27
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:16