• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<html>
3<head>
4<!--
5
6 See the file LICENSE for redistribution information.
7
8 Copyright (c) 2002,2008 Oracle.  All rights reserved.
9
10 $Id: package.html,v 12.7 2008/01/08 20:58:38 bostic Exp $
11
12-->
13</head>
14<body>
15Berkeley DB Java API<br>
16<a href="{@docRoot}/../ref/toc.html" target="_top">[reference guide]</a> <a href="{@docRoot}/../ref/java/program.html" target="_top">[Java programming notes]</a>.
17<p>
18This package is a wrapper around the Berkeley DB library.  It uses JNI
19to provide access to Berkeley DB, which is implemented in C.  That means
20that a shared library or DLL must be available when applications use
21this package.
22<p>
23There are also several utilities provided with Berkeley DB that make
24administrative tasks possible from the command line.  For more
25information, see the page <a href="{@docRoot}/../utility/index.html"
26target="_top">Berkeley DB Supporting Utilities</a>.
27</body>
28</html>
29