diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/programmer_reference/am_delete.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/programmer_reference/am_delete.html')
| -rw-r--r-- | docs/programmer_reference/am_delete.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/programmer_reference/am_delete.html b/docs/programmer_reference/am_delete.html index 81bf37c0..108ed33c 100644 --- a/docs/programmer_reference/am_delete.html +++ b/docs/programmer_reference/am_delete.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="am_put.html">Prev</a> </td> - <th width="60%" align="center">Chapter 3. - Access Method Operations - </th> + <th width="60%" align="center">Chapter 3. Access Method Operations </th> <td width="20%" align="right"> <a accesskey="n" href="am_stat.html">Next</a></td> </tr> </table> @@ -38,12 +36,17 @@ </div> </div> </div> - <p>The <a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> method deletes records from the database. In general, -<a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> takes a key and deletes the data item associated with -it from the database.</p> - <p>If the database has been configured to support duplicate records, the -<a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> method will remove all of the duplicate records. To remove -individual duplicate records, you must use a Berkeley DB cursor interface.</p> + <p> + The <a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> method deletes records from the database. In + general, <a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> takes a key and deletes the data item + associated with it from the database. + </p> + <p> + If the database has been configured to support duplicate + records, the <a href="../api_reference/C/dbdel.html" class="olink">DB->del()</a> method will remove all of the duplicate + records. To remove individual duplicate records, you must use + a Berkeley DB cursor interface. + </p> </div> <div class="navfooter"> <hr /> |
