• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/docs/api_reference/CXX/
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>DbMultipleBuilder</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 C++ API Reference" />
10    <link rel="up" href="dbt.html" title="Chapter 4.  The Dbt Handle" />
11    <link rel="prev" href="dbmultiplerecnodataiterator.html" title="DbMultipleRecnoDataIterator" />
12    <link rel="next" href="dbmultipledatabuilder.html" title="DbMultipleDataBuilder" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">DbMultipleBuilder</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="dbmultiplerecnodataiterator.html">Prev</a> </td>
22          <th width="60%" align="center">Chapter 4. 
23                The Dbt Handle
24        </th>
25          <td width="20%" align="right"> <a accesskey="n" href="dbmultipledatabuilder.html">Next</a></td>
26        </tr>
27      </table>
28      <hr />
29    </div>
30    <div class="sect1" lang="en" xml:lang="en">
31      <div class="titlepage">
32        <div>
33          <div>
34            <h2 class="title" style="clear: both"><a id="dbmultiplebuilder"></a>DbMultipleBuilder</h2>
35          </div>
36        </div>
37      </div>
38      <pre class="programlisting">#include &lt;db_cxx.h&gt;
39
40class DbMultipleBuilder 
41{ }; </pre>
42      <p>
43        The <code class="classname">DbMultipleBuilder</code> class
44	is a shared package-private base class for the three types of bulk
45	buffer builders; it should never be instantiated directly, but
46        it handles the functionality shared by its subclasses.
47    </p>
48      <div class="sect2" lang="en" xml:lang="en">
49        <div class="titlepage">
50          <div>
51            <div>
52              <h3 class="title"><a id="id1660576"></a>Class</h3>
53            </div>
54          </div>
55        </div>
56        <p>
57                <a class="link" href="dbt.html" title="Chapter 4.  The Dbt Handle">Dbt</a>  
58            </p>
59      </div>
60      <div class="sect2" lang="en" xml:lang="en">
61        <div class="titlepage">
62          <div>
63            <div>
64              <h3 class="title"><a id="id1660443"></a>See Also</h3>
65            </div>
66          </div>
67        </div>
68        <p>
69                     <a class="xref" href="dbt.html#dbtlist" title="DBT and Bulk Operations">DBT and Bulk Operations</a> 
70                </p>
71      </div>
72    </div>
73    <div class="navfooter">
74      <hr />
75      <table width="100%" summary="Navigation footer">
76        <tr>
77          <td width="40%" align="left"><a accesskey="p" href="dbmultiplerecnodataiterator.html">Prev</a> </td>
78          <td width="20%" align="center">
79            <a accesskey="u" href="dbt.html">Up</a>
80          </td>
81          <td width="40%" align="right"> <a accesskey="n" href="dbmultipledatabuilder.html">Next</a></td>
82        </tr>
83        <tr>
84          <td width="40%" align="left" valign="top">DbMultipleRecnoDataIterator </td>
85          <td width="20%" align="center">
86            <a accesskey="h" href="index.html">Home</a>
87          </td>
88          <td width="40%" align="right" valign="top"> DbMultipleDataBuilder</td>
89        </tr>
90      </table>
91    </div>
92  </body>
93</html>
94