• 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>The DbLogc Handle</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="lsn.html" title="Chapter 8.  The DbLsn Handle" />
11    <link rel="prev" href="envset_lg_regionmax.html" title="DbEnv::set_lg_regionmax()" />
12    <link rel="next" href="logcclose.html" title="DbLogc::close()" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19                The DbLogc Handle
20        </th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="envset_lg_regionmax.html">Prev</a> </td>
24          <th width="60%" align="center">Chapter 8. 
25                The DbLsn Handle
26        </th>
27          <td width="20%" align="right"> <a accesskey="n" href="logcclose.html">Next</a></td>
28        </tr>
29      </table>
30      <hr />
31    </div>
32    <div class="sect1" lang="en" xml:lang="en">
33      <div class="titlepage">
34        <div>
35          <div>
36            <h2 class="title" style="clear: both"><a id="logc"></a>
37                The DbLogc Handle
38        </h2>
39          </div>
40        </div>
41      </div>
42      <pre class="programlisting">#include &lt;db_cxx.h&gt;
43
44int 
45DbEnv::log_cursor(DbLogc **cursorp, u_int32_t flags); </pre>
46      <p>
47        The <code class="classname">DbLogc</code> object is the handle for a cursor into the log
48        files, supporting sequential access to the records stored in log files. The handle is not
49        free-threaded. Once the <a class="xref" href="logcclose.html" title="DbLogc::close()">DbLogc::close()</a> method is
50        called, the handle may not be accessed again, regardless of that method's return.
51    </p>
52      <p>
53            For more information, see the <a class="link" href="lsn.html" title="Chapter 8.  The DbLsn Handle">DbLsn</a>
54            handle.
55    </p>
56    </div>
57    <div class="navfooter">
58      <hr />
59      <table width="100%" summary="Navigation footer">
60        <tr>
61          <td width="40%" align="left"><a accesskey="p" href="envset_lg_regionmax.html">Prev</a> </td>
62          <td width="20%" align="center">
63            <a accesskey="u" href="lsn.html">Up</a>
64          </td>
65          <td width="40%" align="right"> <a accesskey="n" href="logcclose.html">Next</a></td>
66        </tr>
67        <tr>
68          <td width="40%" align="left" valign="top">DbEnv::set_lg_regionmax() </td>
69          <td width="20%" align="center">
70            <a accesskey="h" href="index.html">Home</a>
71          </td>
72          <td width="40%" align="right" valign="top"> DbLogc::close()</td>
73        </tr>
74      </table>
75    </div>
76  </body>
77</html>
78