Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

36
docs/api_cxx/object.html Normal file
View File

@@ -0,0 +1,36 @@
<!--$Id: object.html 63573 2008-05-23 21:43:21Z trent.nelson $-->
<html>
<head>
<title>Berkeley DB API</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<a target="_top" href="../index.html">Home</a><br>
<a target="method"
href="../api_cxx/cxx_pindex.html"
>Permuted Index</a><br>
<a target="method" href="../utility/index.html">Utilities</a><br>
<p>
<b>Berkeley DB</b><br>
<a target="method" href="api_core.html">All Methods</a><br>
<a target="method" href="../ref/toc.html">Reference Guide</a><br>
<p>
<a target="method" href="dbc_list.html">Cursors</a><br>
<a target="method" href="db_list.html">Databases</a><br>
<a target="method" href="env_list.html">Environments</a><br>
<a target="method" href="exc_package.html">Exceptions</a><br>
<a target="method" href="dbt_package.html">Key/Data Pairs</a><br>
<a target="method" href="lock_list.html">Locking</a><br>
<a target="method" href="log_list.html">Logging</a><br>
<a target="method" href="memp_list.html">Memory Pool</a><br>
<a target="method" href="mutex_list.html">Mutexes</a><br>
<a target="method" href="rep_list.html">Replication</a><br>
<a target="method" href="seq_list.html">Sequences</a><br>
<a target="method" href="txn_list.html">Transactions</a><br>
<p>
<b>Historic APIs</b><br>
<a target="method" href="../api_c/dbm.html">Dbm/Ndbm</a><br>
<a target="method" href="../api_c/hsearch.html">Hsearch</a><br>
</body>
</html>