• 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>berkdb version</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="tclapi.html" title="Chapter��1.�� Berkeley DB Tcl APIs" />
11    <link rel="prev" href="txn_commit.html" title="txn commit" />
12  </head>
13  <body>
14    <div class="navheader">
15      <table width="100%" summary="Navigation header">
16        <tr>
17          <th colspan="3" align="center">berkdb version</th>
18        </tr>
19        <tr>
20          <td width="20%" align="left"><a accesskey="p" href="txn_commit.html">Prev</a>��</td>
21          <th width="60%" align="center">Chapter��1.��
22                Berkeley DB Tcl APIs
23        </th>
24          <td width="20%" align="right">��</td>
25        </tr>
26      </table>
27      <hr />
28    </div>
29    <div class="sect1" lang="en" xml:lang="en">
30      <div class="titlepage">
31        <div>
32          <div>
33            <h2 class="title" style="clear: both"><a id="version"></a>berkdb version</h2>
34          </div>
35        </div>
36      </div>
37      <pre class="programlisting">berkdb version
38	[-string]  </pre>
39      <p>
40         Return a list of the form {major minor patch} for the major, minor and
41         patch levels of the underlying Berkeley DB release.
42    </p>
43      <p>
44        The options are as follows:
45    </p>
46      <div class="itemizedlist">
47        <ul type="disc">
48          <li>
49            <p>
50                 <span class="bold"><strong>-string</strong></span> 
51            </p>
52            <p>
53         Return a string with formatted Berkeley DB version information. 
54            </p>
55          </li>
56        </ul>
57      </div>
58      <p>
59        In the case of error, a Tcl error is thrown.
60    </p>
61    </div>
62    <div class="navfooter">
63      <hr />
64      <table width="100%" summary="Navigation footer">
65        <tr>
66          <td width="40%" align="left"><a accesskey="p" href="txn_commit.html">Prev</a>��</td>
67          <td width="20%" align="center">
68            <a accesskey="u" href="tclapi.html">Up</a>
69          </td>
70          <td width="40%" align="right">��</td>
71        </tr>
72        <tr>
73          <td width="40%" align="left" valign="top"><span class="emphasis"><em>txn</em></span> commit��</td>
74          <td width="20%" align="center">
75            <a accesskey="h" href="index.html">Home</a>
76          </td>
77          <td width="40%" align="right" valign="top">��</td>
78        </tr>
79      </table>
80    </div>
81  </body>
82</html>
83