• 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/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-2009 Oracle.  All rights reserved.
9
10 $Id$
11
12-->
13</head>
14<body>
15Berkeley DB Java API<br>
16<a href="{@docRoot}/../programmer_reference/index.html" target="_top">[reference guide]</a> <a href="{@docRoot}/../programmer_reference/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}/../api_reference/C/utilities.html"
26target="_top">Berkeley DB Supporting Utilities</a>.
27</body>
28</html>
29