• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/api_reference/TCL/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>Preface</title>
7    <link rel="stylesheet" href="apiReference.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB TCL API Reference" />
10    <link rel="up" href="index.html" title="Berkeley DB TCL API Reference" />
11    <link rel="prev" href="index.html" title="Berkeley DB TCL API Reference" />
12    <link rel="next" href="tclapi.html" title="Chapter��1.�� Berkeley DB Tcl APIs" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Preface</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>��</td>
22          <th width="60%" align="center">��</th>
23          <td width="20%" align="right">��<a accesskey="n" href="tclapi.html">Next</a></td>
24        </tr>
25      </table>
26      <hr />
27    </div>
28    <div class="preface" lang="en" xml:lang="en">
29      <div class="titlepage">
30        <div>
31          <div>
32            <h2 class="title"><a id="preface"></a>Preface</h2>
33          </div>
34        </div>
35      </div>
36      <p>
37            Welcome to Berkeley DB (DB).  This document describes the
38            Tcl API for DB, version 4.7.  It is intended to describe the DB API, including all
39            classes, methods, and functions.  As such, this document is
40            intended for Tcl developers who are actively writing or maintaining
41            applications that make use of DB databases.
42     </p>
43      <h2><a id="conventions"></a>Conventions Used in this Book</h2>
44      <p>
45        The following typographical conventions are used within in this manual:
46    </p>
47      <p>
48            Structure names are represented in <code class="classname">monospaced font</code>, as are 
49            <code class="methodname">method names</code>. For example: 
50            "<code class="methodname">berkdb open()</code> is a method
51		    on a <code class="classname">DB</code> handle."
52    </p>
53      <p>
54            Variable or non-literal text is presented in <span class="emphasis"><em>italics</em></span>. For example: 
55            "Go to your <span class="emphasis"><em>DB_INSTALL</em></span> directory."
56    </p>
57      <p>
58        Program examples are displayed in a <code class="classname">monospaced font</code> on a shaded background.
59        For example:
60    </p>
61      <pre class="programlisting">db put
62    -append
63    [-partial {doff dlen}]
64    [-txn txnid]
65    data
66
67db put
68    [-nooverwrite]
69    [-partial {doff dlen}]
70    [-txn txnid]
71    key data  </pre>
72      <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
73        <h3 class="title">Note</h3>
74        <p>
75            Finally, notes of interest are represented using a note block such
76            as this.
77        </p>
78      </div>
79      <h2><a id="moreinfo"></a>For More Information</h2>
80      <p>
81            Beyond this manual, you may also find the following sources of information useful when building a
82            DB application:
83        </p>
84      <div class="itemizedlist">
85        <ul type="disc">
86          <li>
87            <p>
88                    <a class="ulink" href="http://www.oracle.com/technology/documentation/berkeley-db/db/gsg_txn/C/index.html" target="_top">
89                        Getting Started with Transaction Processing for C
90                    </a>
91                </p>
92          </li>
93          <li>
94            <p>
95                        <a class="ulink" href="http://www.oracle.com/technology/documentation/berkeley-db/db/gsg_db_rep/C/index.html" target="_top">
96                                Berkeley DB Getting Started with Replicated Applications for C
97                        </a>
98                </p>
99          </li>
100          <li>
101            <p>
102                    <a class="ulink" href="http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/index.html" target="_top">
103                        Berkeley DB Programmer's Reference Guide
104                    </a>
105                </p>
106          </li>
107          <li>
108            <p>
109                    <a class="ulink" href="http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/frame_main.html" target="_top">
110                        Berkeley DB C API
111                    </a>
112                </p>
113          </li>
114        </ul>
115      </div>
116    </div>
117    <div class="navfooter">
118      <hr />
119      <table width="100%" summary="Navigation footer">
120        <tr>
121          <td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>��</td>
122          <td width="20%" align="center">��</td>
123          <td width="40%" align="right">��<a accesskey="n" href="tclapi.html">Next</a></td>
124        </tr>
125        <tr>
126          <td width="40%" align="left" valign="top">Berkeley DB TCL API Reference��</td>
127          <td width="20%" align="center">
128            <a accesskey="h" href="index.html">Home</a>
129          </td>
130          <td width="40%" align="right" valign="top">��Chapter��1.��
131                Berkeley DB Tcl APIs
132        </td>
133        </tr>
134      </table>
135    </div>
136  </body>
137</html>
138