File: toc.html

package info (click to toggle)
evolution-data-server 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 39,504 kB
  • ctags: 26,423
  • sloc: ansic: 175,347; tcl: 30,499; sh: 20,699; perl: 11,320; xml: 9,039; java: 7,653; cpp: 6,029; makefile: 4,866; awk: 1,338; yacc: 1,103; sed: 772; cs: 505; lex: 134; asm: 14
file content (55 lines) | stat: -rw-r--r-- 3,066 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!--$Id: toc.html,v 1.1.1.1 2003/11/20 22:14:22 toshok Exp $-->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Upgrading Berkeley DB 2.X.X applications to Berkeley DB 3.0</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></h3></td>
<td align=right><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p>
<h1 align=center>Upgrading Berkeley DB 2.X.X applications to Berkeley DB 3.0</h1>
<p><ol>
<p><li><a href="intro.html">Release 3.0: introduction</a>
<li><a href="envopen.html">Release 3.0: environment open/close/unlink</a>
<li><a href="func.html">Release 3.0: function arguments</a>
<li><a href="dbenv.html">Release 3.0: the DB_ENV structure</a>
<li><a href="open.html">Release 3.0: database open/close</a>
<li><a href="xa.html">Release 3.0: db_xa_open</a>
<li><a href="db.html">Release 3.0: the DB structure</a>
<li><a href="dbinfo.html">Release 3.0: the DBINFO structure</a>
<li><a href="join.html">Release 3.0: DB-&gt;join</a>
<li><a href="stat.html">Release 3.0: DB-&gt;stat</a>
<li><a href="close.html">Release 3.0: DB-&gt;sync and DB-&gt;close</a>
<li><a href="lock_put.html">Release 3.0: lock_put</a>
<li><a href="lock_detect.html">Release 3.0: lock_detect</a>
<li><a href="lock_stat.html">Release 3.0: lock_stat</a>
<li><a href="log_register.html">Release 3.0: log_register</a>
<li><a href="log_stat.html">Release 3.0: log_stat</a>
<li><a href="memp_stat.html">Release 3.0: memp_stat</a>
<li><a href="txn_begin.html">Release 3.0: txn_begin</a>
<li><a href="txn_commit.html">Release 3.0: txn_commit</a>
<li><a href="txn_stat.html">Release 3.0: txn_stat</a>
<li><a href="rmw.html">Release 3.0: DB_RMW</a>
<li><a href="lock_notheld.html">Release 3.0: DB_LOCK_NOTHELD</a>
<li><a href="eagain.html">Release 3.0: EAGAIN</a>
<li><a href="eacces.html">Release 3.0: EACCES</a>
<li><a href="jump_set.html">Release 3.0: db_jump_set</a>
<li><a href="value_set.html">Release 3.0: db_value_set</a>
<li><a href="dbenv_cxx.html">Release 3.0: the DbEnv class for C++ and Java</a>
<li><a href="db_cxx.html">Release 3.0: the Db class for C++ and Java</a>
<li><a href="cxx.html">Release 3.0: additional C++ changes</a>
<li><a href="java.html">Release 3.0: additional Java changes</a>
<li><a href="disk.html">Release 3.0: upgrade requirements</a>
</ol>
<table width="100%"><tr><td><br></td><td align=right><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>