~ubuntu-branches/ubuntu/precise/rpm/precise-proposed

« back to all changes in this revision

Viewing changes to db/docs/api_cxx/object.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-06-25 18:57:20 UTC
  • mfrom: (1.1.5 upstream) (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090625185720-617sjskgtgmf09vf
Tags: 4.7.0-7ubuntu1
* Merge from debian unstable, remaining changes:
  - change build depends from libdwarf-dev -> libdw-dev
    (libdwarf-dev is in universe)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--$Id: object.so,v 10.14 2004/11/04 21:28:28 bostic Exp $-->
2
 
<html>
3
 
<head>
4
 
<title>Berkeley DB API</title>
5
 
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
6
 
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
7
 
</head>
8
 
<body bgcolor=white>
9
 
<a target="_top" href="../index.html">Home</a><br>
10
 
<a target="method"
11
 
href="../api_cxx/cxx_pindex.html"
12
 
>Permuted Index</a><br>
13
 
<a target="method" href="../utility/index.html">Utilities</a><br>
14
 
<p>
15
 
<b>Berkeley DB</b><br>
16
 
<a target="method" href="api_core.html">All Methods</a><br>
17
 
<a target="method" href="../ref/toc.html">Reference Guide</a><br>
18
 
<p>
19
 
<a target="method" href="dbc_list.html">Cursors</a><br>
20
 
<a target="method" href="db_list.html">Databases</a><br>
21
 
<a target="method" href="env_list.html">Environments</a><br>
22
 
<a target="method" href="exc_package.html">Exceptions</a><br>
23
 
<a target="method" href="dbt_package.html">Key/Data Pairs</a><br>
24
 
<a target="method" href="lock_list.html">Locking</a><br>
25
 
<a target="method" href="log_list.html">Logging</a><br>
26
 
<a target="method" href="memp_list.html">Memory Pool</a><br>
27
 
<a target="method" href="rep_list.html">Replication</a><br>
28
 
<a target="method" href="seq_list.html">Sequences</a><br>
29
 
<a target="method" href="txn_list.html">Transactions</a><br>
30
 
<p>
31
 
<b>Historic APIs</b><br>
32
 
<a target="method" href="../api_c/dbm.html">Dbm/Ndbm</a><br>
33
 
<a target="method" href="../api_c/hsearch.html">Hsearch</a><br>
34
 
</body>
35
 
</html>