Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
4
docs_src/api/Makefile
Normal file
4
docs_src/api/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
# $Id: Makefile,v 10.5 2006/10/05 01:06:03 bostic Exp $
|
||||
|
||||
COMMON= frame.html \
|
||||
object.html
|
||||
20
docs_src/api/frame.so
Normal file
20
docs_src/api/frame.so
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--$Id: frame.so,v 10.9 2006/10/05 01:06:03 bostic Exp $-->
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
m4_db API (Version: M4MAJOR.M4MINOR.M4PATCH)
|
||||
</title>
|
||||
m4_meta
|
||||
</head>
|
||||
|
||||
<frameset cols="20%,80%">
|
||||
<frame src="object.html" name="object" title="Objects">
|
||||
<frame
|
||||
name="method"
|
||||
src="api_core.html"
|
||||
title="m4_db API (Version: M4MAJOR.M4MINOR.M4PATCH)">
|
||||
<noframes>
|
||||
<meta http-equiv="refresh" content="0;url=api_index.html">
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
38
docs_src/api/object.so
Normal file
38
docs_src/api/object.so
Normal file
@@ -0,0 +1,38 @@
|
||||
<!--$Id: object.so,v 10.19 2006/10/05 01:06:03 bostic Exp $-->
|
||||
<html>
|
||||
<head>
|
||||
<title>m4_db API</title>
|
||||
m4_meta
|
||||
</head>
|
||||
<body bgcolor=white>
|
||||
|
||||
<a target="_top" href="../index.html">Home</a><br>
|
||||
<a target="method"
|
||||
ifelse(M4API, C_API,
|
||||
href="../api_c/c_pindex.html", href="../api_cxx/cxx_pindex.html")
|
||||
>Permuted Index</a><br>
|
||||
<a target="method" href="../utility/index.html">Utilities</a><br>
|
||||
<p>
|
||||
<b>m4_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>
|
||||
ifelse(M4API, C_API,, [<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>
|
||||
Reference in New Issue
Block a user