• 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>DbMultipleIterator</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="dbt.html" title="Chapter 4.  The Dbt Handle" />
12    <link rel="next" href="dbmultipledataiterator.html" title="DbMultipleDataIterator" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">DbMultipleIterator</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="dbt.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="dbmultipledataiterator.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="dbmultipleiterator"></a>DbMultipleIterator</h2>
35          </div>
36        </div>
37      </div>
38      <pre class="programlisting">#include &lt;db_cxx.h&gt;
39
40class DbMultipleIterator 
41{ }; </pre>
42      <p>
43        The <code class="classname">DbMultipleIterator</code> class
44        is a shared package-private base class for the three types of
45        bulk-return Iterator; 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="id1659617"></a>Class</h3>
53            </div>
54          </div>
55        </div>
56        <p>
57                <a class="link" href="dbmultipleiterator.html" title="DbMultipleIterator">DbMultipleIterator</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="id1659307"></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="dbt.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="dbmultipledataiterator.html">Next</a></td>
82        </tr>
83        <tr>
84          <td width="40%" align="left" valign="top">Chapter 4. 
85                The Dbt Handle
86         </td>
87          <td width="20%" align="center">
88            <a accesskey="h" href="index.html">Home</a>
89          </td>
90          <td width="40%" align="right" valign="top"> DbMultipleDataIterator</td>
91        </tr>
92      </table>
93    </div>
94  </body>
95</html>
96