PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/source/db-5.0.26.NC/docs/api_reference/C/introduction.html

https://github.com/akiernan/omnibus
HTML | 89 lines | 89 code | 0 blank | 0 comment | 0 complexity | 4966953f9e65a898dfcdb436641849b8 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause
  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>Chapter 1. Introduction to Berkeley DB APIs</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="index.html" title="Berkeley DB C API Reference" />
  11. <link rel="prev" href="preface.html" title="Preface" />
  12. <link rel="next" href="db.html" title="Chapter 2.  The DB Handle" />
  13. </head>
  14. <body>
  15. <div class="navheader">
  16. <table width="100%" summary="Navigation header">
  17. <tr>
  18. <th colspan="3" align="center">Chapter 1. Introduction to Berkeley DB APIs</th>
  19. </tr>
  20. <tr>
  21. <td width="20%" align="left"><a accesskey="p" href="preface.html">Prev</a> </td>
  22. <th width="60%" align="center"> </th>
  23. <td width="20%" align="right"> <a accesskey="n" href="db.html">Next</a></td>
  24. </tr>
  25. </table>
  26. <hr />
  27. </div>
  28. <div class="chapter" lang="en" xml:lang="en">
  29. <div class="titlepage">
  30. <div>
  31. <div>
  32. <h2 class="title"><a id="introduction"></a>Chapter 1. Introduction to Berkeley DB APIs</h2>
  33. </div>
  34. </div>
  35. </div>
  36. <p>
  37. Welcome to the Berkeley DB API Reference Manual for
  38. <span>C.</span>
  39. </p>
  40. <p>
  41. DB is a general-purpose embedded database engine that is capable of providing a wealth
  42. of data management services. It is designed from the ground up for high-throughput
  43. applications requiring in-process, bullet-proof management of mission-critical data. DB
  44. can gracefully scale from managing a few bytes to terabytes of data. For the most part,
  45. DB is limited only by your system's available physical resources.
  46. </p>
  47. <p>
  48. This manual describes the various APIs and command line utilities available for use in the
  49. DB library.
  50. </p>
  51. <p>
  52. For a general description of using DB beyond the reference material available in this
  53. manual, see the Getting Started Guides which are identified in this manual's preface.
  54. </p>
  55. <p>
  56. This manual is broken into chapters, each one of which describes a series of APIs designed to
  57. work with one particular aspect of the DB library. In many cases, each such chapter is
  58. organized around a "handle", or class, which provides an interface to DB structures such
  59. as databases, environments or locks. However, in some cases, methods for multiple handles are
  60. combined together when they are used to control or interface with some isolated DB
  61. functionality. See, for example, the <a class="xref" href="lsn.html" title="Chapter 7.  The DB_LSN Handle">
  62. The DB_LSN Handle
  63. </a> chapter.
  64. </p>
  65. <p>
  66. Within each chapter, methods, functions and command line utilities are organized alphabetically.
  67. </p>
  68. </div>
  69. <div class="navfooter">
  70. <hr />
  71. <table width="100%" summary="Navigation footer">
  72. <tr>
  73. <td width="40%" align="left"><a accesskey="p" href="preface.html">Prev</a> </td>
  74. <td width="20%" align="center"> </td>
  75. <td width="40%" align="right"> <a accesskey="n" href="db.html">Next</a></td>
  76. </tr>
  77. <tr>
  78. <td width="40%" align="left" valign="top">Preface </td>
  79. <td width="20%" align="center">
  80. <a accesskey="h" href="index.html">Home</a>
  81. </td>
  82. <td width="40%" align="right" valign="top"> Chapter 2. 
  83. The DB Handle
  84. </td>
  85. </tr>
  86. </table>
  87. </div>
  88. </body>
  89. </html>