Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / CXX / dbmultipleiterator.html
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 xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DbMultipleIterator</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="dbt.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 4. 
26                 The Dbt Handle
27         </th>
28           <td width="20%" align="right"> <a accesskey="n" href="dbmultipledataiterator.html">Next</a></td>
29         </tr>
30       </table>
31       <hr />
32     </div>
33     <div class="sect1" lang="en" xml:lang="en">
34       <div class="titlepage">
35         <div>
36           <div>
37             <h2 class="title" style="clear: both"><a id="dbmultipleiterator"></a>DbMultipleIterator</h2>
38           </div>
39         </div>
40       </div>
41       <pre class="programlisting">#include &lt;db_cxx.h&gt;
42
43 class DbMultipleIterator 
44 { }; </pre>
45       <p>
46         The <code class="classname">DbMultipleIterator</code> class
47         is a shared package-private base class for the three types of
48         bulk-return Iterator; it should never be instantiated directly, but
49         it handles the functionality shared by its subclasses.
50     </p>
51       <div class="sect2" lang="en" xml:lang="en">
52         <div class="titlepage">
53           <div>
54             <div>
55               <h3 class="title"><a id="idp1042240"></a>Class</h3>
56             </div>
57           </div>
58         </div>
59         <p>
60                 <a class="link" href="dbmultipleiterator.html" title="DbMultipleIterator">DbMultipleIterator</a>  
61             </p>
62       </div>
63       <div class="sect2" lang="en" xml:lang="en">
64         <div class="titlepage">
65           <div>
66             <div>
67               <h3 class="title"><a id="idp1064752"></a>See Also</h3>
68             </div>
69           </div>
70         </div>
71         <p>
72                      <a class="xref" href="dbt.html#dbtlist" title="DBT and Bulk Operations">DBT and Bulk Operations</a> 
73                 </p>
74       </div>
75     </div>
76     <div class="navfooter">
77       <hr />
78       <table width="100%" summary="Navigation footer">
79         <tr>
80           <td width="40%" align="left"><a accesskey="p" href="dbt.html">Prev</a> </td>
81           <td width="20%" align="center">
82             <a accesskey="u" href="dbt.html">Up</a>
83           </td>
84           <td width="40%" align="right"> <a accesskey="n" href="dbmultipledataiterator.html">Next</a></td>
85         </tr>
86         <tr>
87           <td width="40%" align="left" valign="top">Chapter 4. 
88                 The Dbt Handle
89          </td>
90           <td width="20%" align="center">
91             <a accesskey="h" href="index.html">Home</a>
92           </td>
93           <td width="40%" align="right" valign="top"> DbMultipleDataIterator</td>
94         </tr>
95       </table>
96     </div>
97   </body>
98 </html>