Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > a4c98df40e78f6c892308fd6841f950a > files > 639

lib64db4.2-devel-4.2.52-11mdv2007.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Dec 03 16:22:09 EST 2003 -->
<TITLE>
Db (Sleepycat Software, Inc. - Berkeley DB Java API)
</TITLE>
<META NAME="keywords" CONTENT="com.sleepycat.db.Db,Db class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../style.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Db (Sleepycat Software, Inc. - Berkeley DB Java API)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Db.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Berkeley DB</b><br><font size="-1"> version 4.2.52</font></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../com/sleepycat/db/DbBtreeStat.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Db.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.sleepycat.db</FONT>
<BR>
Class Db</H2>
<PRE>
<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">java.lang.Object</A>
  |
  +--<B>com.sleepycat.db.Db</B>
</PRE>
<HR>
<DL>
<DT>public class <B>Db</B><DT>extends <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></DL>

<P>
The Db handle is the handle for a Berkeley DB database, which may or may not be part of a database environment.</p> <p> The handle should not be closed while any other handle that refers to the database is in use; for example, database handles must not be closed while cursor handles into the database remain open, or transactions that include operations on the database have not yet been committed or aborted.  Once the <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A>, <A HREF="../../../com/sleepycat/db/Db.html#remove(java.lang.String, java.lang.String, int)"><CODE>Db.remove</CODE></A>, or <A HREF="../../../com/sleepycat/db/Db.html#rename(java.lang.String, java.lang.String, java.lang.String, int)"><CODE>Db.rename</CODE></A> methods are called, the handle may not be accessed again, regardless of the method's return.</p>
<P>

<P>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->


<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_AFTER">DB_AFTER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_AGGRESSIVE">DB_AGGRESSIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_APPEND">DB_APPEND</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ARCH_ABS">DB_ARCH_ABS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ARCH_DATA">DB_ARCH_DATA</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ARCH_LOG">DB_ARCH_LOG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ARCH_REMOVE">DB_ARCH_REMOVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT">DB_AUTO_COMMIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_BEFORE">DB_BEFORE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_BTREE">DB_BTREE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CACHED_COUNTS">DB_CACHED_COUNTS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CDB_ALLDB">DB_CDB_ALLDB</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CHKSUM">DB_CHKSUM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME">DB_CONSUME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME_WAIT">DB_CONSUME_WAIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CREATE">DB_CREATE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CURRENT">DB_CURRENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_CXX_NO_EXCEPTIONS">DB_CXX_NO_EXCEPTIONS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_MALLOC">DB_DBT_MALLOC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_PARTIAL">DB_DBT_PARTIAL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_REALLOC">DB_DBT_REALLOC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_USERMEM">DB_DBT_USERMEM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRECT_DB">DB_DIRECT_DB</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRECT_LOG">DB_DIRECT_LOG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ">DB_DIRTY_READ</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DONOTINDEX">DB_DONOTINDEX</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DUP">DB_DUP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_DUPSORT">DB_DUPSORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_EID_BROADCAST">DB_EID_BROADCAST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_EID_INVALID">DB_EID_INVALID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ENCRYPT">DB_ENCRYPT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ENCRYPT_AES">DB_ENCRYPT_AES</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_EXCL">DB_EXCL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_FAST_STAT">DB_FAST_STAT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_FILEOPEN">DB_FILEOPEN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_FIRST">DB_FIRST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_FLUSH">DB_FLUSH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_FORCE">DB_FORCE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_GET_BOTH">DB_GET_BOTH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_GET_BOTH_RANGE">DB_GET_BOTH_RANGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_GET_RECNO">DB_GET_RECNO</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_HASH">DB_HASH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_CDB">DB_INIT_CDB</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_LOCK">DB_INIT_LOCK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_LOG">DB_INIT_LOG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_MPOOL">DB_INIT_MPOOL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_REP">DB_INIT_REP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_TXN">DB_INIT_TXN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_JOIN_ITEM">DB_JOIN_ITEM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_JOIN_NOSORT">DB_JOIN_NOSORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_JOINENV">DB_JOINENV</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEMPTY">DB_KEYEMPTY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEXIST">DB_KEYEXIST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYFIRST">DB_KEYFIRST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYLAST">DB_KEYLAST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LAST">DB_LAST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_DEADLOCK">DB_LOCK_DEADLOCK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_DEFAULT">DB_LOCK_DEFAULT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_EXPIRE">DB_LOCK_EXPIRE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_GET">DB_LOCK_GET</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_GET_TIMEOUT">DB_LOCK_GET_TIMEOUT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_IREAD">DB_LOCK_IREAD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_IWR">DB_LOCK_IWR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_IWRITE">DB_LOCK_IWRITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_MAXLOCKS">DB_LOCK_MAXLOCKS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_MINLOCKS">DB_LOCK_MINLOCKS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_MINWRITE">DB_LOCK_MINWRITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_NOTGRANTED">DB_LOCK_NOTGRANTED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_NOWAIT">DB_LOCK_NOWAIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_OLDEST">DB_LOCK_OLDEST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_PUT">DB_LOCK_PUT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_PUT_ALL">DB_LOCK_PUT_ALL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_PUT_OBJ">DB_LOCK_PUT_OBJ</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_RANDOM">DB_LOCK_RANDOM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_READ">DB_LOCK_READ</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_TIMEOUT">DB_LOCK_TIMEOUT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_WRITE">DB_LOCK_WRITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCK_YOUNGEST">DB_LOCK_YOUNGEST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOCKDOWN">DB_LOCKDOWN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_LOG_AUTOREMOVE">DB_LOG_AUTOREMOVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_MPOOL_NOFILE">DB_MPOOL_NOFILE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_MULTIPLE">DB_MULTIPLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_MULTIPLE_KEY">DB_MULTIPLE_KEY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NEXT">DB_NEXT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NEXT_DUP">DB_NEXT_DUP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NEXT_NODUP">DB_NEXT_NODUP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NODUPDATA">DB_NODUPDATA</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOLOCKING">DB_NOLOCKING</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOMMAP">DB_NOMMAP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOORDERCHK">DB_NOORDERCHK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOOVERWRITE">DB_NOOVERWRITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOPANIC">DB_NOPANIC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOSERVER">DB_NOSERVER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOSERVER_HOME">DB_NOSERVER_HOME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOSERVER_ID">DB_NOSERVER_ID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOSYNC">DB_NOSYNC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_NOTFOUND">DB_NOTFOUND</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_OLD_VERSION">DB_OLD_VERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_ORDERCHKONLY">DB_ORDERCHKONLY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_OVERWRITE">DB_OVERWRITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PAGE_NOTFOUND">DB_PAGE_NOTFOUND</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PANIC_ENVIRONMENT">DB_PANIC_ENVIRONMENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_POSITION">DB_POSITION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PREV">DB_PREV</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PREV_NODUP">DB_PREV_NODUP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRINTABLE">DB_PRINTABLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIORITY_DEFAULT">DB_PRIORITY_DEFAULT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIORITY_HIGH">DB_PRIORITY_HIGH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIORITY_LOW">DB_PRIORITY_LOW</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIORITY_VERY_HIGH">DB_PRIORITY_VERY_HIGH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIORITY_VERY_LOW">DB_PRIORITY_VERY_LOW</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_PRIVATE">DB_PRIVATE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_QUEUE">DB_QUEUE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RDONLY">DB_RDONLY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RECNO">DB_RECNO</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RECNUM">DB_RECNUM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RECORDCOUNT">DB_RECORDCOUNT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RECOVER">DB_RECOVER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RECOVER_FATAL">DB_RECOVER_FATAL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REGION_INIT">DB_REGION_INIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RENUMBER">DB_RENUMBER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_CLIENT">DB_REP_CLIENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_DUPMASTER">DB_REP_DUPMASTER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_HANDLE_DEAD">DB_REP_HANDLE_DEAD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_HOLDELECTION">DB_REP_HOLDELECTION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_ISPERM">DB_REP_ISPERM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_LOGSONLY">DB_REP_LOGSONLY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_MASTER">DB_REP_MASTER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_NEWMASTER">DB_REP_NEWMASTER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_NEWSITE">DB_REP_NEWSITE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_NOBUFFER">DB_REP_NOBUFFER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_NOTPERM">DB_REP_NOTPERM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_OUTDATED">DB_REP_OUTDATED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_PERMANENT">DB_REP_PERMANENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REP_UNAVAIL">DB_REP_UNAVAIL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_REVSPLITOFF">DB_REVSPLITOFF</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RMW">DB_RMW</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RPCCLIENT">DB_RPCCLIENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_RUNRECOVERY">DB_RUNRECOVERY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SALVAGE">DB_SALVAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SECONDARY_BAD">DB_SECONDARY_BAD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SET">DB_SET</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_LOCK_TIMEOUT">DB_SET_LOCK_TIMEOUT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_RANGE">DB_SET_RANGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_RECNO">DB_SET_RECNO</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_TXN_TIMEOUT">DB_SET_TXN_TIMEOUT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SNAPSHOT">DB_SNAPSHOT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_STAT_CLEAR">DB_STAT_CLEAR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_SYSTEM_MEM">DB_SYSTEM_MEM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD">DB_THREAD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TIME_NOTGRANTED">DB_TIME_NOTGRANTED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TRUNCATE">DB_TRUNCATE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_ABORT">DB_TXN_ABORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_APPLY">DB_TXN_APPLY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_BACKWARD_ROLL">DB_TXN_BACKWARD_ROLL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_FORWARD_ROLL">DB_TXN_FORWARD_ROLL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_NOSYNC">DB_TXN_NOSYNC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_NOT_DURABLE">DB_TXN_NOT_DURABLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_NOWAIT">DB_TXN_NOWAIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_PRINT">DB_TXN_PRINT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_SYNC">DB_TXN_SYNC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_WRITE_NOSYNC">DB_TXN_WRITE_NOSYNC</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_UNKNOWN">DB_UNKNOWN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_UPGRADE">DB_UPGRADE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_USE_ENVIRON">DB_USE_ENVIRON</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_USE_ENVIRON_ROOT">DB_USE_ENVIRON_ROOT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERB_CHKPOINT">DB_VERB_CHKPOINT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERB_DEADLOCK">DB_VERB_DEADLOCK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERB_RECOVERY">DB_VERB_RECOVERY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERB_REPLICATION">DB_VERB_REPLICATION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERB_WAITSFOR">DB_VERB_WAITSFOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERIFY">DB_VERIFY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERIFY_BAD">DB_VERIFY_BAD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERSION_MAJOR">DB_VERSION_MAJOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERSION_MINOR">DB_VERSION_MINOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_VERSION_PATCH">DB_VERSION_PATCH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_WRITECURSOR">DB_WRITECURSOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_XA_CREATE">DB_XA_CREATE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_XIDDATASIZE">DB_XIDDATASIZE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#DB_YIELDCPU">DB_YIELDCPU</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A constant used to configure the system.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#Db(com.sleepycat.db.DbEnv, int)">Db</A></B>(<A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A>&nbsp;dbenv,
   int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The constructor creates a Db object that is the handle for a Berkeley DB database.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)">associate</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
          <A HREF="../../../com/sleepycat/db/Db.html">Db</A>&nbsp;secondary,
          <A HREF="../../../com/sleepycat/db/DbSecondaryKeyCreate.html">DbSecondaryKeyCreate</A>&nbsp;callback,
          int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#close(int)">close</A></B>(int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.close method flushes any cached database information to disk, closes any open cursors, frees any allocated resources, and closes any underlying files.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#cursor(com.sleepycat.db.DbTxn, int)">cursor</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
       int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.cursor method returns a created database cursor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#del(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)">del</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
    int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)">delete</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
       <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
       int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.delete method removes key/data pairs from the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#err(int, java.lang.String)">err</A></B>(int&nbsp;error,
    <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;message)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A>, <A HREF="../../../com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A>,  Db.err and Db.errx methods provide error-messaging functionality for applications written using the Berkeley DB library.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#errx(java.lang.String)">errx</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;message)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <A HREF="../../../com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A> and Db.errx methods perform identically to the <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A> and Db.err methods, except that they do not append the final separator characters and standard error string to the error message.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_bt_minkey()">get_bt_minkey</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getBtreeMinKey()"><CODE>getBtreeMinKey()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_byteswapped()">get_byteswapped</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#isByteSwapped()"><CODE>isByteSwapped()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_cachesize_ncache()">get_cachesize_ncache</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getCacheSizeNcache()"><CODE>getCacheSizeNcache()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_cachesize()">get_cachesize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getCacheSize()"><CODE>getCacheSize()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_dbname()">get_dbname</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDatabaseName()"><CODE>getDatabaseName()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_encrypt_flags()">get_encrypt_flags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getEncryptFlags()"><CODE>getEncryptFlags()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_env()">get_env</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDbEnv()"><CODE>getDbEnv()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_errpfx()">get_errpfx</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getErrorPrefix()"><CODE>getErrorPrefix()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_filename()">get_filename</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getFileName()"><CODE>getFileName()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_flags_raw()">get_flags_raw</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_flags()">get_flags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getFlags()"><CODE>getFlags()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_h_ffactor()">get_h_ffactor</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getHashFillFactor()"><CODE>getHashFillFactor()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_h_nelem()">get_h_nelem</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getHashNumElements()"><CODE>getHashNumElements()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_lorder()">get_lorder</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getByteOrder()"><CODE>getByteOrder()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_mpf()">get_mpf</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.get_mpf method returns the handle for the cache file underlying the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_open_flags()">get_open_flags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getOpenFlags()"><CODE>getOpenFlags()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_pagesize()">get_pagesize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getPageSize()"><CODE>getPageSize()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_q_extentsize()">get_q_extentsize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getQueueExtentSize()"><CODE>getQueueExtentSize()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_re_delim()">get_re_delim</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordDelimiter()"><CODE>getRecordDelimiter()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_re_len()">get_re_len</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordLength()"><CODE>getRecordLength()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_re_pad()">get_re_pad</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordPad()"><CODE>getRecordPad()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_re_source()">get_re_source</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordSource()"><CODE>getRecordSource()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_transactional()">get_transactional</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#isTransactional()"><CODE>isTransactional()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get_type()">get_type</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDbType()"><CODE>getDbType()</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)">get</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;pkey,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
    int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.get method retrieves key/data pairs from the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)">get</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
    int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.get method retrieves key/data pairs from the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getBtreeMinKey()">getBtreeMinKey</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getBtreeMinKey method returns the minimum number of key/data pairs intended to be stored on any single Btree leaf page.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getByteOrder()">getByteOrder</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getByteOrder method returns the database byte order; a byte order of 4,321 indicates a big endian order, and a byte order of 1,234 indicates a little endian order.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getCacheSize()">getCacheSize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getCacheSize method returns the size of the cache.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getCacheSizeNcache()">getCacheSizeNcache</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The DbEnv.getCacheSizeNcache method returns the number of caches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getDatabaseName()">getDatabaseName</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getDatabaseName method returns the current database name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getDbEnv()">getDbEnv</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getDbEnv method returns the handle for the database environment underlying the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getDbType()">getDbType</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getDbType method returns the type of the underlying access method (and file format).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getEncryptFlags()">getEncryptFlags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getEncryptFlags method returns the encryption flags.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getErrorPrefix()">getErrorPrefix</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getErrorPrefix method returns the error prefix.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getFileName()">getFileName</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getFileName method returns the current filename.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getFlags()">getFlags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getFlags method returns the current flags.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getHashFillFactor()">getHashFillFactor</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getHashFillFactor method returns the hash table density.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getHashNumElements()">getHashNumElements</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getHashNumElements method returns the estimate of the final size of the hash table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getOpenFlags()">getOpenFlags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getOpenFlags method returns the current open method flags.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getPageSize()">getPageSize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getPageSize method returns the page size.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getQueueExtentSize()">getQueueExtentSize</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getQueueExtentSize method returns the number of pages in an extent.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getRecordDelimiter()">getRecordDelimiter</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getRecordDelimiter method returns the delimiting byte.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getRecordLength()">getRecordLength</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getRecordLength method returns the record length.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getRecordPad()">getRecordPad</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getRecordPad method returns the pad character.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#getRecordSource()">getRecordSource</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.getRecordSource method returns the source file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#isByteSwapped()">isByteSwapped</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.isByteSwapped method returns false if the underlying database files were created on an architecture of the same byte order as the current one, and true if they were not (that is, big-endian on a little-endian machine, or vice versa).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#isEncrypted()">isEncrypted</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The <A HREF="../../../com/sleepycat/db/Db.html#isEncrypted()"><CODE>Db.isEncrypted</CODE></A> method returns false if the underlying database files are encrypted  and true if they are not.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#isTransactional()">isTransactional</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.isTransactional method returns true if the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle has been opened in a transactional mode.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)">join</A></B>(<A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A>[]&nbsp;curslist,
     int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.join method creates a specialized join cursor for use in performing equality or natural joins on secondary indices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#key_range(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)">key_range</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
          <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
          <A HREF="../../../com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>&nbsp;key_range,
          int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><CODE>keyRange(DbTxn,Dbt,DbKeyRange,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)">keyRange</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
         <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
         <A HREF="../../../com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>&nbsp;key_range,
         int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.keyRange method returns an estimate of the proportion of keys that are less than, equal to, and greater than the specified key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)">open</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
     <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
     <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
     int&nbsp;type,
     int&nbsp;flags,
     int&nbsp;mode)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.open method opens the database represented by the <b>file</b> and <b>database</b> parameters for both reading and writing.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#pget(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)">pget</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
     <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
     <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;pkey,
     <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
     int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)">put</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
    <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
    int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.put method stores key/data pairs in the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#remove(java.lang.String, java.lang.String, int)">remove</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
       <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
       int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.remove method removes the database specified by the <b>file</b> and <b>database</b> parameters.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#rename(java.lang.String, java.lang.String, java.lang.String, int)">rename</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
       <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
       <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;newname,
       int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.rename method renames the database specified by the <b>file</b> and <b>database</b> parameters to <b>newname</b>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_append_recno(com.sleepycat.db.DbAppendRecno)">set_append_recno</A></B>(<A HREF="../../../com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>&nbsp;db_append_recno_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setAppendRecno(com.sleepycat.db.DbAppendRecno)"><CODE>setAppendRecno(DbAppendRecno)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_bt_compare(com.sleepycat.db.DbBtreeCompare)">set_bt_compare</A></B>(<A HREF="../../../com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>&nbsp;bt_compare_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreeCompare(com.sleepycat.db.DbBtreeCompare)"><CODE>setBtreeCompare(DbBtreeCompare)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_bt_maxkey(int)">set_bt_maxkey</A></B>(int&nbsp;maxkey)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_bt_minkey(int)">set_bt_minkey</A></B>(int&nbsp;bt_minkey)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreeMinKey(int)"><CODE>setBtreeMinKey(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_bt_prefix(com.sleepycat.db.DbBtreePrefix)">set_bt_prefix</A></B>(<A HREF="../../../com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>&nbsp;bt_prefix_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreePrefix(com.sleepycat.db.DbBtreePrefix)"><CODE>setBtreePrefix(DbBtreePrefix)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_cachesize(int, int, int)">set_cachesize</A></B>(int&nbsp;gbytes,
              int&nbsp;bytes,
              int&nbsp;ncache)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_cachesize(long, int)">set_cachesize</A></B>(long&nbsp;bytes,
              int&nbsp;ncache)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_dup_compare(com.sleepycat.db.DbDupCompare)">set_dup_compare</A></B>(<A HREF="../../../com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>&nbsp;dup_compare_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setDuplicateCompare(com.sleepycat.db.DbDupCompare)"><CODE>setDuplicateCompare(DbDupCompare)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_encrypt(java.lang.String, int)">set_encrypt</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;passwd,
            int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><CODE>setEncrypted(String,int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_errcall(com.sleepycat.db.DbErrcall)">set_errcall</A></B>(<A HREF="../../../com/sleepycat/db/DbErrcall.html">DbErrcall</A>&nbsp;db_errcall_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>setErrorHandler(DbErrorHandler)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_error_stream(java.io.OutputStream)">set_error_stream</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;stream)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><CODE>setErrorStream(java.io.OutputStream)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_errpfx(java.lang.String)">set_errpfx</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;errpfx)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>setErrorPrefix(String)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_feedback(com.sleepycat.db.DbFeedback)">set_feedback</A></B>(<A HREF="../../../com/sleepycat/db/DbFeedback.html">DbFeedback</A>&nbsp;feedback)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><CODE>setFeedbackHandler(DbFeedbackHandler)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_flags(int)">set_flags</A></B>(int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_h_ffactor(int)">set_h_ffactor</A></B>(int&nbsp;h_ffactor)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHashFillFactor(int)"><CODE>setHashFillFactor(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_h_hash(com.sleepycat.db.DbHash)">set_h_hash</A></B>(<A HREF="../../../com/sleepycat/db/DbHash.html">DbHash</A>&nbsp;h_hash_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHash(com.sleepycat.db.DbHash)"><CODE>setHash(DbHash)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_h_nelem(int)">set_h_nelem</A></B>(int&nbsp;h_nelem)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHashNumElements(int)"><CODE>setHashNumElements(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_lorder(int)">set_lorder</A></B>(int&nbsp;lorder)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setByteOrder(int)"><CODE>setByteOrder(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_pagesize(long)">set_pagesize</A></B>(long&nbsp;pagesize)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setPageSize(long)"><CODE>setPageSize(long)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_q_extentsize(int)">set_q_extentsize</A></B>(int&nbsp;extentsize)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setQueueExtentSize(int)"><CODE>setQueueExtentSize(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_re_delim(int)">set_re_delim</A></B>(int&nbsp;re_delim)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordDelimiter(int)"><CODE>setRecordDelimiter(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_re_len(int)">set_re_len</A></B>(int&nbsp;re_len)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordLength(int)"><CODE>setRecordLength(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_re_pad(int)">set_re_pad</A></B>(int&nbsp;re_pad)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordPad(int)"><CODE>setRecordPad(int)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#set_re_source(java.lang.String)">set_re_source</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;source)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordSource(java.lang.String)"><CODE>setRecordSource(String)</CODE></A></I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setAppendRecno(com.sleepycat.db.DbAppendRecno)">setAppendRecno</A></B>(<A HREF="../../../com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>&nbsp;db_append_recno_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setBtreeCompare(com.sleepycat.db.DbBtreeCompare)">setBtreeCompare</A></B>(<A HREF="../../../com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>&nbsp;bt_compare_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setBtreeMinKey(int)">setBtreeMinKey</A></B>(int&nbsp;bt_minkey)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the minimum number of key/data pairs intended to be stored on any single Btree leaf page.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setBtreePrefix(com.sleepycat.db.DbBtreePrefix)">setBtreePrefix</A></B>(<A HREF="../../../com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>&nbsp;bt_prefix_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setByteOrder(int)">setByteOrder</A></B>(int&nbsp;lorder)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the byte order for integers in the stored database metadata.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setCacheSize(long, int)">setCacheSize</A></B>(long&nbsp;bytes,
             int&nbsp;ncache)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the size of the shared memory buffer pool -- that is, the cache.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setDuplicateCompare(com.sleepycat.db.DbDupCompare)">setDuplicateCompare</A></B>(<A HREF="../../../com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>&nbsp;dup_compare_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)">setEncrypted</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;passwd,
             int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the password used by the Berkeley DB library to perform encryption and decryption.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)">setErrorHandler</A></B>(<A HREF="../../../com/sleepycat/db/DbErrorHandler.html">DbErrorHandler</A>&nbsp;db_errcall_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When an error occurs in the Berkeley DB library, an exception is thrown.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)">setErrorPrefix</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;errpfx)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the prefix string that appears before error messages issued by Berkeley DB.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)">setErrorStream</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;stream)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When an error occurs in the Berkeley DB library, an exception is thrown.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)">setFeedbackHandler</A></B>(<A HREF="../../../com/sleepycat/db/DbFeedbackHandler.html">DbFeedbackHandler</A>&nbsp;db_feedback_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)">setFlags</A></B>(int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configure a database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setHash(com.sleepycat.db.DbHash)">setHash</A></B>(<A HREF="../../../com/sleepycat/db/DbHash.html">DbHash</A>&nbsp;h_hash_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setHashFillFactor(int)">setHashFillFactor</A></B>(int&nbsp;h_ffactor)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the desired density within the hash table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setHashNumElements(int)">setHashNumElements</A></B>(int&nbsp;h_nelem)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an estimate of the final size of the hash table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setPageSize(long)">setPageSize</A></B>(long&nbsp;pagesize)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the size of the pages used to hold items in the database, in bytes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setPanicHandler(com.sleepycat.db.DbPanicHandler)">setPanicHandler</A></B>(<A HREF="../../../com/sleepycat/db/DbPanicHandler.html">DbPanicHandler</A>&nbsp;db_panic_fcn)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Errors can occur in the Berkeley DB library where the only solution is to shut down the application and run recovery (for example, if Berkeley DB is unable to allocate heap memory).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setQueueExtentSize(int)">setQueueExtentSize</A></B>(int&nbsp;extentsize)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the size of the extents used to hold pages in a Queue database, specified as a number of pages.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setRecordDelimiter(int)">setRecordDelimiter</A></B>(int&nbsp;re_delim)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the delimiting byte used to mark the end of a record in the backing source file for the Recno access method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setRecordLength(int)">setRecordLength</A></B>(int&nbsp;re_len)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For the Queue access method, specify that the records are of length <b>re_len</b>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setRecordPad(int)">setRecordPad</A></B>(int&nbsp;re_pad)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the padding character for short, fixed-length records for the Queue and Recno access methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#setRecordSource(java.lang.String)">setRecordSource</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;source)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the underlying source file for the Recno access method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#stat(int)">stat</A></B>(int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.stat method creates a statistical structure and fills it with statistics for the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#sync(int)">sync</A></B>(int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.sync method flushes any cached information to disk.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#truncate(com.sleepycat.db.DbTxn, int)">truncate</A></B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
         int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.truncate method empties the database, discarding all records it contains.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#upgrade(java.lang.String, int)">upgrade</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
        int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.upgrade method upgrades all of the databases included in the file <b>file</b>, if necessary.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)">verify</A></B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
       <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
       <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;outfile,
       int&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Db.verify method verifies the integrity of all databases in the file specified by the <b>file</b> parameter, and optionally outputs the databases' key/data pairs to the file stream specified by the <b>outfile</b> parameter.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="DB_BTREE"><!-- --></A><H3>
DB_BTREE</H3>
<PRE>
public static final int <B>DB_BTREE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_BTREE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_DONOTINDEX"><!-- --></A><H3>
DB_DONOTINDEX</H3>
<PRE>
public static final int <B>DB_DONOTINDEX</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>associate(DbTxn,Db,DbSecondaryKeyCreate,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbSecondaryKeyCreate.html#secondaryKeyCreate(com.sleepycat.db.Db, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt)"><CODE>DbSecondaryKeyCreate.secondaryKeyCreate(Db,Dbt,Dbt,Dbt)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_DONOTINDEX">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_FILEOPEN"><!-- --></A><H3>
DB_FILEOPEN</H3>
<PRE>
public static final int <B>DB_FILEOPEN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_FILEOPEN">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_HASH"><!-- --></A><H3>
DB_HASH</H3>
<PRE>
public static final int <B>DB_HASH</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_HASH">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_KEYEMPTY"><!-- --></A><H3>
DB_KEYEMPTY</H3>
<PRE>
public static final int <B>DB_KEYEMPTY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#delete(int)"><CODE>Dbc.delete(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_KEYEMPTY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_KEYEXIST"><!-- --></A><H3>
DB_KEYEXIST</H3>
<PRE>
public static final int <B>DB_KEYEXIST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_KEYEXIST">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_LOCK_DEADLOCK"><!-- --></A><H3>
DB_LOCK_DEADLOCK</H3>
<PRE>
public static final int <B>DB_LOCK_DEADLOCK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_LOCK_DEADLOCK">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_LOCK_NOTGRANTED"><!-- --></A><H3>
DB_LOCK_NOTGRANTED</H3>
<PRE>
public static final int <B>DB_LOCK_NOTGRANTED</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_LOCK_NOTGRANTED">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_NOSERVER"><!-- --></A><H3>
DB_NOSERVER</H3>
<PRE>
public static final int <B>DB_NOSERVER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_NOSERVER">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_NOSERVER_HOME"><!-- --></A><H3>
DB_NOSERVER_HOME</H3>
<PRE>
public static final int <B>DB_NOSERVER_HOME</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setRpcServer(com.sleepycat.db.DbClient, java.lang.String, long, long, int)"><CODE>DbEnv.setRpcServer(DbClient,String,long,long,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_NOSERVER_HOME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_NOSERVER_ID"><!-- --></A><H3>
DB_NOSERVER_ID</H3>
<PRE>
public static final int <B>DB_NOSERVER_ID</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setRpcServer(com.sleepycat.db.DbClient, java.lang.String, long, long, int)"><CODE>DbEnv.setRpcServer(DbClient,String,long,long,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_NOSERVER_ID">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_NOTFOUND"><!-- --></A><H3>
DB_NOTFOUND</H3>
<PRE>
public static final int <B>DB_NOTFOUND</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_NOTFOUND">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_OLD_VERSION"><!-- --></A><H3>
DB_OLD_VERSION</H3>
<PRE>
public static final int <B>DB_OLD_VERSION</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_OLD_VERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_PAGE_NOTFOUND"><!-- --></A><H3>
DB_PAGE_NOTFOUND</H3>
<PRE>
public static final int <B>DB_PAGE_NOTFOUND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_PAGE_NOTFOUND">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_QUEUE"><!-- --></A><H3>
DB_QUEUE</H3>
<PRE>
public static final int <B>DB_QUEUE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_QUEUE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_RECNO"><!-- --></A><H3>
DB_RECNO</H3>
<PRE>
public static final int <B>DB_RECNO</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_RECNO">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_DUPMASTER"><!-- --></A><H3>
DB_REP_DUPMASTER</H3>
<PRE>
public static final int <B>DB_REP_DUPMASTER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_DUPMASTER">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_HANDLE_DEAD"><!-- --></A><H3>
DB_REP_HANDLE_DEAD</H3>
<PRE>
public static final int <B>DB_REP_HANDLE_DEAD</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>associate(DbTxn,Db,DbSecondaryKeyCreate,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#cursor(com.sleepycat.db.DbTxn, int)"><CODE>cursor(DbTxn,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><CODE>keyRange(DbTxn,Dbt,DbKeyRange,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#stat(int)"><CODE>stat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#sync(int)"><CODE>sync(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#count(int)"><CODE>Dbc.count(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#delete(int)"><CODE>Dbc.delete(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#dup(int)"><CODE>Dbc.dup(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_HANDLE_DEAD">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_HOLDELECTION"><!-- --></A><H3>
DB_REP_HOLDELECTION</H3>
<PRE>
public static final int <B>DB_REP_HOLDELECTION</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_HOLDELECTION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_NEWMASTER"><!-- --></A><H3>
DB_REP_NEWMASTER</H3>
<PRE>
public static final int <B>DB_REP_NEWMASTER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_NEWMASTER">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_NEWSITE"><!-- --></A><H3>
DB_REP_NEWSITE</H3>
<PRE>
public static final int <B>DB_REP_NEWSITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_NEWSITE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_REP_OUTDATED"><!-- --></A><H3>
DB_REP_OUTDATED</H3>
<PRE>
public static final int <B>DB_REP_OUTDATED</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_REP_OUTDATED">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_RUNRECOVERY"><!-- --></A><H3>
DB_RUNRECOVERY</H3>
<PRE>
public static final int <B>DB_RUNRECOVERY</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_RUNRECOVERY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_SECONDARY_BAD"><!-- --></A><H3>
DB_SECONDARY_BAD</H3>
<PRE>
public static final int <B>DB_SECONDARY_BAD</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#delete(int)"><CODE>Dbc.delete(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_SECONDARY_BAD">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_TXN_ABORT"><!-- --></A><H3>
DB_TXN_ABORT</H3>
<PRE>
public static final int <B>DB_TXN_ABORT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><CODE>DbAppDispatch.appDispatch(DbEnv,Dbt,DbLsn,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_TXN_ABORT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_TXN_APPLY"><!-- --></A><H3>
DB_TXN_APPLY</H3>
<PRE>
public static final int <B>DB_TXN_APPLY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><CODE>DbAppDispatch.appDispatch(DbEnv,Dbt,DbLsn,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_TXN_APPLY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_TXN_BACKWARD_ROLL"><!-- --></A><H3>
DB_TXN_BACKWARD_ROLL</H3>
<PRE>
public static final int <B>DB_TXN_BACKWARD_ROLL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><CODE>DbAppDispatch.appDispatch(DbEnv,Dbt,DbLsn,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_TXN_BACKWARD_ROLL">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_TXN_FORWARD_ROLL"><!-- --></A><H3>
DB_TXN_FORWARD_ROLL</H3>
<PRE>
public static final int <B>DB_TXN_FORWARD_ROLL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><CODE>DbAppDispatch.appDispatch(DbEnv,Dbt,DbLsn,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_TXN_FORWARD_ROLL">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_TXN_PRINT"><!-- --></A><H3>
DB_TXN_PRINT</H3>
<PRE>
public static final int <B>DB_TXN_PRINT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setAppDispatch(com.sleepycat.db.DbAppDispatch)"><CODE>DbEnv.setAppDispatch(DbAppDispatch)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbAppDispatch.html#appDispatch(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int)"><CODE>DbAppDispatch.appDispatch(DbEnv,Dbt,DbLsn,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_TXN_PRINT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_UNKNOWN"><!-- --></A><H3>
DB_UNKNOWN</H3>
<PRE>
public static final int <B>DB_UNKNOWN</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_UNKNOWN">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_VERIFY_BAD"><!-- --></A><H3>
DB_VERIFY_BAD</H3>
<PRE>
public static final int <B>DB_VERIFY_BAD</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#com.sleepycat.db.Db.DB_VERIFY_BAD">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DB_AFTER"><!-- --></A><H3>
DB_AFTER</H3>
<PRE>
public static final int <B>DB_AFTER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_AGGRESSIVE"><!-- --></A><H3>
DB_AGGRESSIVE</H3>
<PRE>
public static final int <B>DB_AGGRESSIVE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_APPEND"><!-- --></A><H3>
DB_APPEND</H3>
<PRE>
public static final int <B>DB_APPEND</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ARCH_ABS"><!-- --></A><H3>
DB_ARCH_ABS</H3>
<PRE>
public static final int <B>DB_ARCH_ABS</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logArchive(int)"><CODE>DbEnv.logArchive(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ARCH_DATA"><!-- --></A><H3>
DB_ARCH_DATA</H3>
<PRE>
public static final int <B>DB_ARCH_DATA</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logArchive(int)"><CODE>DbEnv.logArchive(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ARCH_LOG"><!-- --></A><H3>
DB_ARCH_LOG</H3>
<PRE>
public static final int <B>DB_ARCH_LOG</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logArchive(int)"><CODE>DbEnv.logArchive(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ARCH_REMOVE"><!-- --></A><H3>
DB_ARCH_REMOVE</H3>
<PRE>
public static final int <B>DB_ARCH_REMOVE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logArchive(int)"><CODE>DbEnv.logArchive(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_AUTO_COMMIT"><!-- --></A><H3>
DB_AUTO_COMMIT</H3>
<PRE>
public static final int <B>DB_AUTO_COMMIT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>associate(DbTxn,Db,DbSecondaryKeyCreate,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#truncate(com.sleepycat.db.DbTxn, int)"><CODE>truncate(DbTxn,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#dbRemove(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int)"><CODE>DbEnv.dbRemove(DbTxn,String,String,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#dbRename(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, java.lang.String, int)"><CODE>DbEnv.dbRename(DbTxn,String,String,String,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_BEFORE"><!-- --></A><H3>
DB_BEFORE</H3>
<PRE>
public static final int <B>DB_BEFORE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CACHED_COUNTS"><!-- --></A><H3>
DB_CACHED_COUNTS</H3>
<PRE>
public static final int <B>DB_CACHED_COUNTS</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CDB_ALLDB"><!-- --></A><H3>
DB_CDB_ALLDB</H3>
<PRE>
public static final int <B>DB_CDB_ALLDB</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CHKSUM"><!-- --></A><H3>
DB_CHKSUM</H3>
<PRE>
public static final int <B>DB_CHKSUM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CONSUME"><!-- --></A><H3>
DB_CONSUME</H3>
<PRE>
public static final int <B>DB_CONSUME</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CONSUME_WAIT"><!-- --></A><H3>
DB_CONSUME_WAIT</H3>
<PRE>
public static final int <B>DB_CONSUME_WAIT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CREATE"><!-- --></A><H3>
DB_CREATE</H3>
<PRE>
public static final int <B>DB_CREATE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>associate(DbTxn,Db,DbSecondaryKeyCreate,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CURRENT"><!-- --></A><H3>
DB_CURRENT</H3>
<PRE>
public static final int <B>DB_CURRENT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_CXX_NO_EXCEPTIONS"><!-- --></A><H3>
DB_CXX_NO_EXCEPTIONS</H3>
<PRE>
public static final int <B>DB_CXX_NO_EXCEPTIONS</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DBT_MALLOC"><!-- --></A><H3>
DB_DBT_MALLOC</H3>
<PRE>
public static final int <B>DB_DBT_MALLOC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbt.html#setFlags(int)"><CODE>Dbt.setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DBT_PARTIAL"><!-- --></A><H3>
DB_DBT_PARTIAL</H3>
<PRE>
public static final int <B>DB_DBT_PARTIAL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbt.html#setFlags(int)"><CODE>Dbt.setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DBT_REALLOC"><!-- --></A><H3>
DB_DBT_REALLOC</H3>
<PRE>
public static final int <B>DB_DBT_REALLOC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbt.html#setFlags(int)"><CODE>Dbt.setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DBT_USERMEM"><!-- --></A><H3>
DB_DBT_USERMEM</H3>
<PRE>
public static final int <B>DB_DBT_USERMEM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbt.html#setFlags(int)"><CODE>Dbt.setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DIRECT_DB"><!-- --></A><H3>
DB_DIRECT_DB</H3>
<PRE>
public static final int <B>DB_DIRECT_DB</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DIRECT_LOG"><!-- --></A><H3>
DB_DIRECT_LOG</H3>
<PRE>
public static final int <B>DB_DIRECT_LOG</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DIRTY_READ"><!-- --></A><H3>
DB_DIRTY_READ</H3>
<PRE>
public static final int <B>DB_DIRTY_READ</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#cursor(com.sleepycat.db.DbTxn, int)"><CODE>cursor(DbTxn,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin(DbTxn,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DUP"><!-- --></A><H3>
DB_DUP</H3>
<PRE>
public static final int <B>DB_DUP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_DUPSORT"><!-- --></A><H3>
DB_DUPSORT</H3>
<PRE>
public static final int <B>DB_DUPSORT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#upgrade(java.lang.String, int)"><CODE>upgrade(String,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_EID_BROADCAST"><!-- --></A><H3>
DB_EID_BROADCAST</H3>
<PRE>
public static final int <B>DB_EID_BROADCAST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setReplicationTransport(int, com.sleepycat.db.DbRepTransport)"><CODE>DbEnv.setReplicationTransport(int,DbRepTransport)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbRepTransport.html#send(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int, int)"><CODE>DbRepTransport.send(DbEnv,Dbt,Dbt,DbLsn,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_EID_INVALID"><!-- --></A><H3>
DB_EID_INVALID</H3>
<PRE>
public static final int <B>DB_EID_INVALID</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ENCRYPT"><!-- --></A><H3>
DB_ENCRYPT</H3>
<PRE>
public static final int <B>DB_ENCRYPT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ENCRYPT_AES"><!-- --></A><H3>
DB_ENCRYPT_AES</H3>
<PRE>
public static final int <B>DB_ENCRYPT_AES</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><CODE>setEncrypted(String,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setEncrypted(java.lang.String, int)"><CODE>DbEnv.setEncrypted(String,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_EXCL"><!-- --></A><H3>
DB_EXCL</H3>
<PRE>
public static final int <B>DB_EXCL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_FAST_STAT"><!-- --></A><H3>
DB_FAST_STAT</H3>
<PRE>
public static final int <B>DB_FAST_STAT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#stat(int)"><CODE>stat(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_FIRST"><!-- --></A><H3>
DB_FIRST</H3>
<PRE>
public static final int <B>DB_FIRST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnRecover(int, int)"><CODE>DbEnv.txnRecover(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_FLUSH"><!-- --></A><H3>
DB_FLUSH</H3>
<PRE>
public static final int <B>DB_FLUSH</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logPut(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.logPut(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_FORCE"><!-- --></A><H3>
DB_FORCE</H3>
<PRE>
public static final int <B>DB_FORCE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#remove(java.lang.String, int)"><CODE>DbEnv.remove(String,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnCheckpoint(int, int, int)"><CODE>DbEnv.txnCheckpoint(int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_GET_BOTH"><!-- --></A><H3>
DB_GET_BOTH</H3>
<PRE>
public static final int <B>DB_GET_BOTH</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_GET_BOTH_RANGE"><!-- --></A><H3>
DB_GET_BOTH_RANGE</H3>
<PRE>
public static final int <B>DB_GET_BOTH_RANGE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_GET_RECNO"><!-- --></A><H3>
DB_GET_RECNO</H3>
<PRE>
public static final int <B>DB_GET_RECNO</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_CDB"><!-- --></A><H3>
DB_INIT_CDB</H3>
<PRE>
public static final int <B>DB_INIT_CDB</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_LOCK"><!-- --></A><H3>
DB_INIT_LOCK</H3>
<PRE>
public static final int <B>DB_INIT_LOCK</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_LOG"><!-- --></A><H3>
DB_INIT_LOG</H3>
<PRE>
public static final int <B>DB_INIT_LOG</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_MPOOL"><!-- --></A><H3>
DB_INIT_MPOOL</H3>
<PRE>
public static final int <B>DB_INIT_MPOOL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_REP"><!-- --></A><H3>
DB_INIT_REP</H3>
<PRE>
public static final int <B>DB_INIT_REP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_INIT_TXN"><!-- --></A><H3>
DB_INIT_TXN</H3>
<PRE>
public static final int <B>DB_INIT_TXN</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_JOINENV"><!-- --></A><H3>
DB_JOINENV</H3>
<PRE>
public static final int <B>DB_JOINENV</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_JOIN_ITEM"><!-- --></A><H3>
DB_JOIN_ITEM</H3>
<PRE>
public static final int <B>DB_JOIN_ITEM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_JOIN_NOSORT"><!-- --></A><H3>
DB_JOIN_NOSORT</H3>
<PRE>
public static final int <B>DB_JOIN_NOSORT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_KEYFIRST"><!-- --></A><H3>
DB_KEYFIRST</H3>
<PRE>
public static final int <B>DB_KEYFIRST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_KEYLAST"><!-- --></A><H3>
DB_KEYLAST</H3>
<PRE>
public static final int <B>DB_KEYLAST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LAST"><!-- --></A><H3>
DB_LAST</H3>
<PRE>
public static final int <B>DB_LAST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCKDOWN"><!-- --></A><H3>
DB_LOCKDOWN</H3>
<PRE>
public static final int <B>DB_LOCKDOWN</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_DEFAULT"><!-- --></A><H3>
DB_LOCK_DEFAULT</H3>
<PRE>
public static final int <B>DB_LOCK_DEFAULT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_EXPIRE"><!-- --></A><H3>
DB_LOCK_EXPIRE</H3>
<PRE>
public static final int <B>DB_LOCK_EXPIRE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_GET"><!-- --></A><H3>
DB_LOCK_GET</H3>
<PRE>
public static final int <B>DB_LOCK_GET</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_GET_TIMEOUT"><!-- --></A><H3>
DB_LOCK_GET_TIMEOUT</H3>
<PRE>
public static final int <B>DB_LOCK_GET_TIMEOUT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_IREAD"><!-- --></A><H3>
DB_LOCK_IREAD</H3>
<PRE>
public static final int <B>DB_LOCK_IREAD</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_IWR"><!-- --></A><H3>
DB_LOCK_IWR</H3>
<PRE>
public static final int <B>DB_LOCK_IWR</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_IWRITE"><!-- --></A><H3>
DB_LOCK_IWRITE</H3>
<PRE>
public static final int <B>DB_LOCK_IWRITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_MAXLOCKS"><!-- --></A><H3>
DB_LOCK_MAXLOCKS</H3>
<PRE>
public static final int <B>DB_LOCK_MAXLOCKS</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_MINLOCKS"><!-- --></A><H3>
DB_LOCK_MINLOCKS</H3>
<PRE>
public static final int <B>DB_LOCK_MINLOCKS</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_MINWRITE"><!-- --></A><H3>
DB_LOCK_MINWRITE</H3>
<PRE>
public static final int <B>DB_LOCK_MINWRITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_NOWAIT"><!-- --></A><H3>
DB_LOCK_NOWAIT</H3>
<PRE>
public static final int <B>DB_LOCK_NOWAIT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockGet(int, int, com.sleepycat.db.Dbt, int)"><CODE>DbEnv.lockGet(int,int,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_OLDEST"><!-- --></A><H3>
DB_LOCK_OLDEST</H3>
<PRE>
public static final int <B>DB_LOCK_OLDEST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_PUT"><!-- --></A><H3>
DB_LOCK_PUT</H3>
<PRE>
public static final int <B>DB_LOCK_PUT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_PUT_ALL"><!-- --></A><H3>
DB_LOCK_PUT_ALL</H3>
<PRE>
public static final int <B>DB_LOCK_PUT_ALL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_PUT_OBJ"><!-- --></A><H3>
DB_LOCK_PUT_OBJ</H3>
<PRE>
public static final int <B>DB_LOCK_PUT_OBJ</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_RANDOM"><!-- --></A><H3>
DB_LOCK_RANDOM</H3>
<PRE>
public static final int <B>DB_LOCK_RANDOM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_READ"><!-- --></A><H3>
DB_LOCK_READ</H3>
<PRE>
public static final int <B>DB_LOCK_READ</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_TIMEOUT"><!-- --></A><H3>
DB_LOCK_TIMEOUT</H3>
<PRE>
public static final int <B>DB_LOCK_TIMEOUT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_WRITE"><!-- --></A><H3>
DB_LOCK_WRITE</H3>
<PRE>
public static final int <B>DB_LOCK_WRITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockVector(int, int, com.sleepycat.db.DbLockRequest[], int, int)"><CODE>DbEnv.lockVector(int,int,DbLockRequest[],int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOCK_YOUNGEST"><!-- --></A><H3>
DB_LOCK_YOUNGEST</H3>
<PRE>
public static final int <B>DB_LOCK_YOUNGEST</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setLockDetect(int)"><CODE>DbEnv.setLockDetect(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockDetect(int, int)"><CODE>DbEnv.lockDetect(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_LOG_AUTOREMOVE"><!-- --></A><H3>
DB_LOG_AUTOREMOVE</H3>
<PRE>
public static final int <B>DB_LOG_AUTOREMOVE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_MPOOL_NOFILE"><!-- --></A><H3>
DB_MPOOL_NOFILE</H3>
<PRE>
public static final int <B>DB_MPOOL_NOFILE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setFlags(int, boolean)"><CODE>DbMpoolFile.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_MULTIPLE"><!-- --></A><H3>
DB_MULTIPLE</H3>
<PRE>
public static final int <B>DB_MULTIPLE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_MULTIPLE_KEY"><!-- --></A><H3>
DB_MULTIPLE_KEY</H3>
<PRE>
public static final int <B>DB_MULTIPLE_KEY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NEXT"><!-- --></A><H3>
DB_NEXT</H3>
<PRE>
public static final int <B>DB_NEXT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnRecover(int, int)"><CODE>DbEnv.txnRecover(int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NEXT_DUP"><!-- --></A><H3>
DB_NEXT_DUP</H3>
<PRE>
public static final int <B>DB_NEXT_DUP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NEXT_NODUP"><!-- --></A><H3>
DB_NEXT_NODUP</H3>
<PRE>
public static final int <B>DB_NEXT_NODUP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NODUPDATA"><!-- --></A><H3>
DB_NODUPDATA</H3>
<PRE>
public static final int <B>DB_NODUPDATA</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put(Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOLOCKING"><!-- --></A><H3>
DB_NOLOCKING</H3>
<PRE>
public static final int <B>DB_NOLOCKING</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOMMAP"><!-- --></A><H3>
DB_NOMMAP</H3>
<PRE>
public static final int <B>DB_NOMMAP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOORDERCHK"><!-- --></A><H3>
DB_NOORDERCHK</H3>
<PRE>
public static final int <B>DB_NOORDERCHK</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOOVERWRITE"><!-- --></A><H3>
DB_NOOVERWRITE</H3>
<PRE>
public static final int <B>DB_NOOVERWRITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>put(DbTxn,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOPANIC"><!-- --></A><H3>
DB_NOPANIC</H3>
<PRE>
public static final int <B>DB_NOPANIC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_NOSYNC"><!-- --></A><H3>
DB_NOSYNC</H3>
<PRE>
public static final int <B>DB_NOSYNC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>close(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_ORDERCHKONLY"><!-- --></A><H3>
DB_ORDERCHKONLY</H3>
<PRE>
public static final int <B>DB_ORDERCHKONLY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_OVERWRITE"><!-- --></A><H3>
DB_OVERWRITE</H3>
<PRE>
public static final int <B>DB_OVERWRITE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PANIC_ENVIRONMENT"><!-- --></A><H3>
DB_PANIC_ENVIRONMENT</H3>
<PRE>
public static final int <B>DB_PANIC_ENVIRONMENT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_POSITION"><!-- --></A><H3>
DB_POSITION</H3>
<PRE>
public static final int <B>DB_POSITION</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#dup(int)"><CODE>Dbc.dup(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PREV"><!-- --></A><H3>
DB_PREV</H3>
<PRE>
public static final int <B>DB_PREV</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PREV_NODUP"><!-- --></A><H3>
DB_PREV_NODUP</H3>
<PRE>
public static final int <B>DB_PREV_NODUP</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRINTABLE"><!-- --></A><H3>
DB_PRINTABLE</H3>
<PRE>
public static final int <B>DB_PRINTABLE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIORITY_DEFAULT"><!-- --></A><H3>
DB_PRIORITY_DEFAULT</H3>
<PRE>
public static final int <B>DB_PRIORITY_DEFAULT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIORITY_HIGH"><!-- --></A><H3>
DB_PRIORITY_HIGH</H3>
<PRE>
public static final int <B>DB_PRIORITY_HIGH</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIORITY_LOW"><!-- --></A><H3>
DB_PRIORITY_LOW</H3>
<PRE>
public static final int <B>DB_PRIORITY_LOW</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIORITY_VERY_HIGH"><!-- --></A><H3>
DB_PRIORITY_VERY_HIGH</H3>
<PRE>
public static final int <B>DB_PRIORITY_VERY_HIGH</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIORITY_VERY_LOW"><!-- --></A><H3>
DB_PRIORITY_VERY_LOW</H3>
<PRE>
public static final int <B>DB_PRIORITY_VERY_LOW</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbMpoolFile.html#setPriority(int)"><CODE>DbMpoolFile.setPriority(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_PRIVATE"><!-- --></A><H3>
DB_PRIVATE</H3>
<PRE>
public static final int <B>DB_PRIVATE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RDONLY"><!-- --></A><H3>
DB_RDONLY</H3>
<PRE>
public static final int <B>DB_RDONLY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RECNUM"><!-- --></A><H3>
DB_RECNUM</H3>
<PRE>
public static final int <B>DB_RECNUM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RECORDCOUNT"><!-- --></A><H3>
DB_RECORDCOUNT</H3>
<PRE>
public static final int <B>DB_RECORDCOUNT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RECOVER"><!-- --></A><H3>
DB_RECOVER</H3>
<PRE>
public static final int <B>DB_RECOVER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFeedbackHandler(com.sleepycat.db.DbEnvFeedbackHandler)"><CODE>DbEnv.setFeedbackHandler(DbEnvFeedbackHandler)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnvFeedbackHandler.html#feedback(com.sleepycat.db.DbEnv, int, int)"><CODE>DbEnvFeedbackHandler.feedback(DbEnv,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RECOVER_FATAL"><!-- --></A><H3>
DB_RECOVER_FATAL</H3>
<PRE>
public static final int <B>DB_RECOVER_FATAL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REGION_INIT"><!-- --></A><H3>
DB_REGION_INIT</H3>
<PRE>
public static final int <B>DB_REGION_INIT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RENUMBER"><!-- --></A><H3>
DB_RENUMBER</H3>
<PRE>
public static final int <B>DB_RENUMBER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_CLIENT"><!-- --></A><H3>
DB_REP_CLIENT</H3>
<PRE>
public static final int <B>DB_REP_CLIENT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationStart(com.sleepycat.db.Dbt, int)"><CODE>DbEnv.replicationStart(Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_ISPERM"><!-- --></A><H3>
DB_REP_ISPERM</H3>
<PRE>
public static final int <B>DB_REP_ISPERM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_LOGSONLY"><!-- --></A><H3>
DB_REP_LOGSONLY</H3>
<PRE>
public static final int <B>DB_REP_LOGSONLY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationStart(com.sleepycat.db.Dbt, int)"><CODE>DbEnv.replicationStart(Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_MASTER"><!-- --></A><H3>
DB_REP_MASTER</H3>
<PRE>
public static final int <B>DB_REP_MASTER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationStart(com.sleepycat.db.Dbt, int)"><CODE>DbEnv.replicationStart(Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_NOBUFFER"><!-- --></A><H3>
DB_REP_NOBUFFER</H3>
<PRE>
public static final int <B>DB_REP_NOBUFFER</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setReplicationTransport(int, com.sleepycat.db.DbRepTransport)"><CODE>DbEnv.setReplicationTransport(int,DbRepTransport)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbRepTransport.html#send(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int, int)"><CODE>DbRepTransport.send(DbEnv,Dbt,Dbt,DbLsn,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_NOTPERM"><!-- --></A><H3>
DB_REP_NOTPERM</H3>
<PRE>
public static final int <B>DB_REP_NOTPERM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationProcessMessage(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbEnv.RepProcessMessage, com.sleepycat.db.DbLsn)"><CODE>DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_PERMANENT"><!-- --></A><H3>
DB_REP_PERMANENT</H3>
<PRE>
public static final int <B>DB_REP_PERMANENT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setReplicationTransport(int, com.sleepycat.db.DbRepTransport)"><CODE>DbEnv.setReplicationTransport(int,DbRepTransport)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbRepTransport.html#send(com.sleepycat.db.DbEnv, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.DbLsn, int, int)"><CODE>DbRepTransport.send(DbEnv,Dbt,Dbt,DbLsn,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REP_UNAVAIL"><!-- --></A><H3>
DB_REP_UNAVAIL</H3>
<PRE>
public static final int <B>DB_REP_UNAVAIL</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationElect(int, int, int)"><CODE>DbEnv.replicationElect(int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_REVSPLITOFF"><!-- --></A><H3>
DB_REVSPLITOFF</H3>
<PRE>
public static final int <B>DB_REVSPLITOFF</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RMW"><!-- --></A><H3>
DB_RMW</H3>
<PRE>
public static final int <B>DB_RMW</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#join(com.sleepycat.db.Dbc[], int)"><CODE>join(Dbc[],int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_RPCCLIENT"><!-- --></A><H3>
DB_RPCCLIENT</H3>
<PRE>
public static final int <B>DB_RPCCLIENT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#DbEnv(int)"><CODE>DbEnv(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SALVAGE"><!-- --></A><H3>
DB_SALVAGE</H3>
<PRE>
public static final int <B>DB_SALVAGE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><CODE>verify(String,String,java.io.OutputStream,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SET"><!-- --></A><H3>
DB_SET</H3>
<PRE>
public static final int <B>DB_SET</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbLogc.html#get(com.sleepycat.db.DbLsn, com.sleepycat.db.Dbt, int)"><CODE>DbLogc.get(DbLsn,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SET_LOCK_TIMEOUT"><!-- --></A><H3>
DB_SET_LOCK_TIMEOUT</H3>
<PRE>
public static final int <B>DB_SET_LOCK_TIMEOUT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setTimeout(long, int)"><CODE>DbEnv.setTimeout(long,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#getTimeout(int)"><CODE>DbEnv.getTimeout(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbTxn.html#setTimeout(long, int)"><CODE>DbTxn.setTimeout(long,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SET_RANGE"><!-- --></A><H3>
DB_SET_RANGE</H3>
<PRE>
public static final int <B>DB_SET_RANGE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SET_RECNO"><!-- --></A><H3>
DB_SET_RECNO</H3>
<PRE>
public static final int <B>DB_SET_RECNO</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get(Dbt,Dbt,Dbt,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SET_TXN_TIMEOUT"><!-- --></A><H3>
DB_SET_TXN_TIMEOUT</H3>
<PRE>
public static final int <B>DB_SET_TXN_TIMEOUT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setTimeout(long, int)"><CODE>DbEnv.setTimeout(long,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#getTimeout(int)"><CODE>DbEnv.getTimeout(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbTxn.html#setTimeout(long, int)"><CODE>DbTxn.setTimeout(long,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SNAPSHOT"><!-- --></A><H3>
DB_SNAPSHOT</H3>
<PRE>
public static final int <B>DB_SNAPSHOT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_STAT_CLEAR"><!-- --></A><H3>
DB_STAT_CLEAR</H3>
<PRE>
public static final int <B>DB_STAT_CLEAR</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#lockStat(int)"><CODE>DbEnv.lockStat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#logStat(int)"><CODE>DbEnv.logStat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#memoryPoolStat(int)"><CODE>DbEnv.memoryPoolStat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#memoryPoolFileStat(int)"><CODE>DbEnv.memoryPoolFileStat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#replicationStat(int)"><CODE>DbEnv.replicationStat(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnStat(int)"><CODE>DbEnv.txnStat(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_SYSTEM_MEM"><!-- --></A><H3>
DB_SYSTEM_MEM</H3>
<PRE>
public static final int <B>DB_SYSTEM_MEM</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_THREAD"><!-- --></A><H3>
DB_THREAD</H3>
<PRE>
public static final int <B>DB_THREAD</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TIME_NOTGRANTED"><!-- --></A><H3>
DB_TIME_NOTGRANTED</H3>
<PRE>
public static final int <B>DB_TIME_NOTGRANTED</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TRUNCATE"><!-- --></A><H3>
DB_TRUNCATE</H3>
<PRE>
public static final int <B>DB_TRUNCATE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>open(DbTxn,String,String,int,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TXN_NOSYNC"><!-- --></A><H3>
DB_TXN_NOSYNC</H3>
<PRE>
public static final int <B>DB_TXN_NOSYNC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin(DbTxn,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbTxn.html#commit(int)"><CODE>DbTxn.commit(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TXN_NOT_DURABLE"><!-- --></A><H3>
DB_TXN_NOT_DURABLE</H3>
<PRE>
public static final int <B>DB_TXN_NOT_DURABLE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TXN_NOWAIT"><!-- --></A><H3>
DB_TXN_NOWAIT</H3>
<PRE>
public static final int <B>DB_TXN_NOWAIT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin(DbTxn,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TXN_SYNC"><!-- --></A><H3>
DB_TXN_SYNC</H3>
<PRE>
public static final int <B>DB_TXN_SYNC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin(DbTxn,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbTxn.html#commit(int)"><CODE>DbTxn.commit(int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_TXN_WRITE_NOSYNC"><!-- --></A><H3>
DB_TXN_WRITE_NOSYNC</H3>
<PRE>
public static final int <B>DB_TXN_WRITE_NOSYNC</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_UPGRADE"><!-- --></A><H3>
DB_UPGRADE</H3>
<PRE>
public static final int <B>DB_UPGRADE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><CODE>setFeedbackHandler(DbFeedbackHandler)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbFeedbackHandler.html#feedback(com.sleepycat.db.Db, int, int)"><CODE>DbFeedbackHandler.feedback(Db,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_USE_ENVIRON"><!-- --></A><H3>
DB_USE_ENVIRON</H3>
<PRE>
public static final int <B>DB_USE_ENVIRON</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#remove(java.lang.String, int)"><CODE>DbEnv.remove(String,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_USE_ENVIRON_ROOT"><!-- --></A><H3>
DB_USE_ENVIRON_ROOT</H3>
<PRE>
public static final int <B>DB_USE_ENVIRON_ROOT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open(String,int,int)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#remove(java.lang.String, int)"><CODE>DbEnv.remove(String,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERB_CHKPOINT"><!-- --></A><H3>
DB_VERB_CHKPOINT</H3>
<PRE>
public static final int <B>DB_VERB_CHKPOINT</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERB_DEADLOCK"><!-- --></A><H3>
DB_VERB_DEADLOCK</H3>
<PRE>
public static final int <B>DB_VERB_DEADLOCK</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERB_RECOVERY"><!-- --></A><H3>
DB_VERB_RECOVERY</H3>
<PRE>
public static final int <B>DB_VERB_RECOVERY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERB_REPLICATION"><!-- --></A><H3>
DB_VERB_REPLICATION</H3>
<PRE>
public static final int <B>DB_VERB_REPLICATION</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERB_WAITSFOR"><!-- --></A><H3>
DB_VERB_WAITSFOR</H3>
<PRE>
public static final int <B>DB_VERB_WAITSFOR</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setVerbose(int, boolean)"><CODE>DbEnv.setVerbose(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERIFY"><!-- --></A><H3>
DB_VERIFY</H3>
<PRE>
public static final int <B>DB_VERIFY</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><CODE>setFeedbackHandler(DbFeedbackHandler)</CODE></A></li>
<li><A HREF="../../../com/sleepycat/db/DbFeedbackHandler.html#feedback(com.sleepycat.db.Db, int, int)"><CODE>DbFeedbackHandler.feedback(Db,int,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERSION_MAJOR"><!-- --></A><H3>
DB_VERSION_MAJOR</H3>
<PRE>
public static final int <B>DB_VERSION_MAJOR</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERSION_MINOR"><!-- --></A><H3>
DB_VERSION_MINOR</H3>
<PRE>
public static final int <B>DB_VERSION_MINOR</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_VERSION_PATCH"><!-- --></A><H3>
DB_VERSION_PATCH</H3>
<PRE>
public static final int <B>DB_VERSION_PATCH</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_WRITECURSOR"><!-- --></A><H3>
DB_WRITECURSOR</H3>
<PRE>
public static final int <B>DB_WRITECURSOR</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#cursor(com.sleepycat.db.DbTxn, int)"><CODE>cursor(DbTxn,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_XA_CREATE"><!-- --></A><H3>
DB_XA_CREATE</H3>
<PRE>
public static final int <B>DB_XA_CREATE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/Db.html#Db(com.sleepycat.db.DbEnv, int)"><CODE>Db(DbEnv,int)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_XIDDATASIZE"><!-- --></A><H3>
DB_XIDDATASIZE</H3>
<PRE>
public static final int <B>DB_XIDDATASIZE</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbTxn.html#prepare(byte[])"><CODE>DbTxn.prepare(byte[])</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>
<HR>

<A NAME="DB_YIELDCPU"><!-- --></A><H3>
DB_YIELDCPU</H3>
<PRE>
public static final int <B>DB_YIELDCPU</B></PRE>
<DL>
<DD>A constant used to configure the system.
It is used in the following locations:
<ul>
<li><A HREF="../../../com/sleepycat/db/DbEnv.html#setFlags(int, boolean)"><CODE>DbEnv.setFlags(int,boolean)</CODE></A></li>
</ul>
<P>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="Db(com.sleepycat.db.DbEnv, int)"><!-- --></A><H3>
Db</H3>
<PRE>
public <B>Db</B>(<A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A>&nbsp;dbenv,
          int&nbsp;flags)
   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The constructor creates a Db object that is the handle for a Berkeley DB database.  The constructor allocates memory internally; calling the <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A>, <A HREF="../../../com/sleepycat/db/Db.html#remove(java.lang.String, java.lang.String, int)"><CODE>Db.remove</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#rename(java.lang.String, java.lang.String, java.lang.String, int)"><CODE>Db.rename</CODE></A> methods will free that memory.</p>
<P>
<DT><B>Parameters:</B><DD><CODE>dbenv</CODE> - If no <b>dbenv</b> value is specified, the database is standalone; that is, it is not part of any Berkeley DB environment. <p>If a <b>dbenv</b> value is specified, the database is created within the specified Berkeley DB environment. The database access methods automatically make calls to the other subsystems in Berkeley DB based on the enclosing environment. For example, if the environment has been configured to use locking, the access methods will automatically acquire the correct locks when reading and writing pages of the database.</p><DD><CODE>flags</CODE> - must be set to 0 or by bitwise inclusively <b>OR</b>'ing together one or more of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_XA_CREATE"><CODE>Db.DB_XA_CREATE</CODE></A><p>Instead of creating a standalone database, create a database intended to be accessed via applications running under a X/Open conformant Transaction Manager.  The database will be opened in the environment specified by the OPENINFO parameter of the GROUPS section of the ubbconfig file.  See the <a href="../../../../ref/xa/intro.html">XA Resource Manager</a> chapter in the Reference Guide for more information. </li></ul>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="close(int)"><!-- --></A><H3>
close</H3>
<PRE>
public void <B>close</B>(int&nbsp;flags)
           throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.close method flushes any cached database information to disk, closes any open cursors, frees any allocated resources, and closes any underlying files.</p> <p>The <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle should not be closed while any other handle that refers to it is not yet closed; for example, database handles must not be closed while cursor handles into the database remain open, or transactions that include operations on the database have not yet been committed or aborted.  Specifically, this includes <A HREF="../../../com/sleepycat/db/Dbc.html"><CODE>Dbc</CODE></A> and <A HREF="../../../com/sleepycat/db/DbTxn.html"><CODE>DbTxn</CODE></A> handles.</p> <p>Because key/data pairs are cached in memory, failing to sync the file with the Db.close or <A HREF="../../../com/sleepycat/db/Db.html#sync(int)"><CODE>Db.sync</CODE></A> method may result in inconsistent or lost information.</p> <p>When called on a database that is the primary database for a secondary index, the primary database should be closed only after all secondary indices which reference it have been closed.</p> <p>When multiple threads are using the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> concurrently, only a single thread may call the Db.close method.</p> <p>The <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle may not be accessed again after Db.close is called, regardless of its return.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or by bitwise inclusively <b>OR</b>'ing together one or more of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOSYNC"><CODE>Db.DB_NOSYNC</CODE></A><p>Do not flush cached information to disk.  The <A HREF="../../../com/sleepycat/db/Db.html#DB_NOSYNC"><CODE><code>Db.DB_NOSYNC</code></CODE></A> flag is a dangerous option.  It should be set only if the application is doing logging (with transactions) so that the database is recoverable after a system or application crash, or if the database is always generated from scratch after any system or application crash. <p><b>It is important to understand that flushing cached information to disk only minimizes the window of opportunity for corrupted data.</b> Although unlikely, it is possible for database corruption to happen if a system or application crash occurs while writing data to the database.  To ensure that database corruption never occurs, applications must either: use transactions and logging with automatic recovery; use logging and application-specific recovery; or edit a copy of the database, and once all applications using the database have successfully called Db.close, atomically replace the original database with the updated copy.</p> </li></ul>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.close method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="get_env()"><!-- --></A><H3>
get_env</H3>
<PRE>
public <A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A> <B>get_env</B>()
              throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDbEnv()"><CODE>getDbEnv()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getDbEnv()"><!-- --></A><H3>
getDbEnv</H3>
<PRE>
public <A HREF="../../../com/sleepycat/db/DbEnv.html">DbEnv</A> <B>getDbEnv</B>()
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getDbEnv method returns the handle for the database environment underlying the database.</p> <p>The Db.getDbEnv method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getDbEnv method returns the handle for the database environment underlying the database.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="isEncrypted()"><!-- --></A><H3>
isEncrypted</H3>
<PRE>
public boolean <B>isEncrypted</B>()
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The <A HREF="../../../com/sleepycat/db/Db.html#isEncrypted()"><CODE>Db.isEncrypted</CODE></A> method returns false if the underlying database files are encrypted  and true if they are not.</p> <p>The <A HREF="../../../com/sleepycat/db/Db.html#isEncrypted()"><CODE>Db.isEncrypted</CODE></A> method may not be called before the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method has been called.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The <A HREF="../../../com/sleepycat/db/Db.html#isEncrypted()"><CODE>Db.isEncrypted</CODE></A> method returns false if the underlying database files are encrypted  and true if they are not.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><!-- --></A><H3>
open</H3>
<PRE>
public void <B>open</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                 <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
                 <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
                 int&nbsp;type,
                 int&nbsp;flags,
                 int&nbsp;mode)
          throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A>,
                 <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/FileNotFoundException.html">FileNotFoundException</A>,
                 <A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A>,
                 <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></PRE>
<DL>
<DD>The Db.open method opens the database represented by the <b>file</b> and <b>database</b> parameters for both reading and writing.</p> <p>The currently supported Berkeley DB file formats (or <i>access methods</i>) are Btree, Hash, Queue, and Recno.  The Btree format is a representation of a sorted, balanced tree structure.  The Hash format is an extensible, dynamic hashing scheme.  The Queue format supports fast access to fixed-length records accessed sequentially or by logical record number.  The Recno format supports fixed- or variable-length records, accessed sequentially or by logical record number, and optionally backed by a flat text file.</p> <p>Storage and retrieval for the Berkeley DB access methods are based on key/data pairs; see <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> for more information.</p> <p>Calling Db.open is a relatively expensive operation, and maintaining a set of open databases will normally be preferable to repeatedly opening and closing the database for each new query.</p> <h3>Environment Variables</h3> <p>If the database was opened within a database environment, the environment variable <b>DB_HOME</b> may be used as the path of the database environment home.</p> <p>Db.open is affected by any database directory specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir</CODE></A> method, or by setting the "set_data_dir" string in the environment's <b>DB_CONFIG</b> file.</p> <p>If the <b>file</b> and <b>dbenv</b> parameters to Db.open are null, the environment variable <b>TMPDIR</b> may be used as a directory in which to create temporary backing files
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>database</CODE> - optional, and allows applications to have multiple databases in a single file.  Although no <b>database</b> parameter needs to be specified, it is an error to attempt to open a second database in a <b>file</b> that was not initially created using a <b>database</b> name.  Further, the <b>database</b> parameter is not supported by the Queue format.  Finally, when opening multiple databases in the same physical file, it is important to consider locking and memory cache issues; see <a href="../../../../ref/am/opensub.html">Opening multiple databases in a single file</a> for more information. <p>In-memory databases never intended to be preserved on disk may be created by setting both the <b>file</b> and <b>database</b> parameters to null.  Note that in-memory databases can only ever be shared by sharing the single database handle that created them, in circumstances where doing so is safe.</p><DD><CODE>file</CODE> - used as the name of an underlying file that will be used to back the database. <p>In-memory databases never intended to be preserved on disk may be created by setting both the <b>file</b> and <b>database</b> parameters to null.  Note that in-memory databases can only ever be shared by sharing the single database handle that created them, in circumstances where doing so is safe.</p><DD><CODE>flags</CODE> - must be set to 0 or by bitwise inclusively <b>OR</b>'ing together one or more of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.open call within a transaction.  If the call succeeds, the open operation will be recoverable.  If the call fails, no database will have been created. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CREATE"><CODE>Db.DB_CREATE</CODE></A><p>Create the database.  If the database does not already exist and the <code>Db.DB_CREATE</code> flag is not specified, the Db.open will fail. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE>Db.DB_DIRTY_READ</CODE></A><p>Support dirty reads; that is, read operations on the database may request the return of modified but not yet committed data.  This flag must be specified on all <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles used to perform dirty reads or database updates, otherwise requests for dirty reads may not be honored and the read may block. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_EXCL"><CODE>Db.DB_EXCL</CODE></A><p>Return an error if the database already exists.  The <code>Db.DB_EXCL</code> flag is only meaningful when specified with the <code>Db.DB_CREATE</code> flag. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOMMAP"><CODE>Db.DB_NOMMAP</CODE></A><p>Do not map this database into process memory (see the <A HREF="../../../com/sleepycat/db/DbEnv.html#setMemoryPoolMapSize(long)"><CODE>DbEnv.setMemoryPoolMapSize</CODE></A> method for further information). </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_RDONLY"><CODE>Db.DB_RDONLY</CODE></A><p>Open the database for reading only.  Any attempt to modify items in the database will fail, regardless of the actual permissions of any underlying files. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A><p>Cause the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle returned by Db.open to be <i>free-threaded</i>; that is, usable by multiple threads within a single address space. <p>Threading is always assumed in the Java API, so no special flags are required, and Berkeley DB functions will always behave as if the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE><code>Db.DB_THREAD</code></CODE></A> flag was specified.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_TRUNCATE"><CODE>Db.DB_TRUNCATE</CODE></A><p>Physically truncate the underlying file, discarding all previous databases it might have held.  Underlying filesystem primitives are used to implement this flag.  For this reason, it is applicable only to the file and cannot be used to discard databases within a file. <p>The <code>Db.DB_TRUNCATE</code> flag cannot be lock or transaction-protected, and it is an error to specify it in a locking or transaction-protected environment.</p> </li></ul><DD><CODE>mode</CODE> - On UNIX systems or in IEEE/ANSI Std 1003.1 (POSIX) environments, all files created by the database open are created with mode <b>mode</b> (as described in <b>chmod</b>(2)) and modified by the process' umask value at the time of creation (see <b>umask</b>(2)).  If <b>mode</b> is 0, the database open will use a default mode of readable and writable by both owner and group.  On Windows systems, the mode parameter is ignored. The group ownership of created files is based on the system and directory defaults, and is not further specified by Berkeley DB.<DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, (other than by specifying the Db.DB_AUTO_COMMIT flag), the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.  Note that transactionally protected operations on a <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle requires the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle itself be transactionally protected during its open.<DD><CODE>type</CODE> - must be set to one of Db.DB_BTREE, Db.DB_HASH, Db.DB_QUEUE, Db.DB_RECNO, or Db.DB_UNKNOWN.  If <b>type</b> is Db.DB_UNKNOWN, the database must already exist and Db.open will automatically determine its type.  The <A HREF="../../../com/sleepycat/db/Db.html#getDbType()"><CODE>Db.getDbType</CODE></A> method may be used to determine the underlying type of databases opened using Db.DB_UNKNOWN.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.open method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>The database cannot be opened without being first upgraded. <li>Db.DB_CREATE and Db.DB_EXCL were specified and the database exists. <li>A nonexistent <b>re_source</b> file was specified.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.open method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.open method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE>FileNotFoundException</CODE> - If the file or directory does not exist, the Db.open method will fail and throw a FileNotFoundException exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.open method will fail and throw a IllegalArgumentException exception if an unknown database type, page size, hash function, pad byte, byte order, or a flag value or parameter that is incompatible with the specified database was specified; the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A> flag was specified and fast mutexes are not available for this architecture; the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A> flag was specified to Db.open, but was not specified to the <A HREF="../../../com/sleepycat/db/DbEnv.html#open(java.lang.String, int, int)"><CODE>DbEnv.open</CODE></A> call for the environment in which the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle was created; a backing flat text file was specified with either the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A> flag or the provided database environment supports transaction processing; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="pget(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
pget</H3>
<PRE>
public int <B>pget</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
                <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;pkey,
                <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
                int&nbsp;flags)
         throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>get(DbTxn,Dbt,Dbt,Dbt,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="remove(java.lang.String, java.lang.String, int)"><!-- --></A><H3>
remove</H3>
<PRE>
public void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
                   int&nbsp;flags)
            throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A>,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/FileNotFoundException.html">FileNotFoundException</A></PRE>
<DL>
<DD>The Db.remove method removes the database specified by the <b>file</b> and <b>database</b> parameters.  If no <b>database</b> is specified, the underlying file represented by <b>file</b> is removed, incidentally removing all of the databases it contained.</p> <p>Applications should never remove databases with open <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles, or in the case of removing a file, when any database in the file has an open handle.  For example, some architectures do not permit the removal of files with open system handles.  On these architectures, attempts to remove databases currently in use by any thread of control in the system will fail.</p> <p>The Db.remove method may not be called after calling the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method on any <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.  If the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method has already been called on a <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle, close the existing handle and create a new one before calling Db.remove.</p> <p>The <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle may not be accessed again after Db.remove is called, regardless of its return.</p> <h3>Environment Variables</h3> <p>If the database was opened within a database environment, the environment variable <b>DB_HOME</b> may be used as the path of the database environment home.</p> <p>Db.remove is affected by any database directory specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir</CODE></A> method, or by setting the "set_data_dir" string in the environment's <b>DB_CONFIG</b> file.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>database</CODE> - the database to be removed.<DD><CODE>file</CODE> - the physical file which contains the database(s) to be removed.<DD><CODE>flags</CODE> - currently unused, and must be set to 0.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.remove method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>An attempt was made to remove the underlying file and a database in the file was currently open.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.remove method will fail and throw a IllegalArgumentException exception if Db.remove called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.
<DD><CODE>FileNotFoundException</CODE> - If the file or directory does not exist, the Db.remove method will fail and throw a FileNotFoundException exception.</DL>
</DD>
</DL>
<HR>

<A NAME="rename(java.lang.String, java.lang.String, java.lang.String, int)"><!-- --></A><H3>
rename</H3>
<PRE>
public void <B>rename</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;newname,
                   int&nbsp;flags)
            throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A>,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/FileNotFoundException.html">FileNotFoundException</A></PRE>
<DL>
<DD>The Db.rename method renames the database specified by the <b>file</b> and <b>database</b> parameters to <b>newname</b>.  If no <b>database</b> is specified, the underlying file represented by <b>file</b> is renamed, incidentally renaming all of the databases it contained.</p> <p>Applications should not rename databases that are currently in use.  If an underlying file is being renamed and logging is currently enabled in the database environment, no database in the file may be open when the Db.rename method is called.  In particular, some architectures do not permit renaming files with open handles.  On these architectures, attempts to rename databases that are currently in use by any thread of control in the system will fail.</p> <p>The Db.rename method may not be called after calling the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method on any <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.  If the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method has already been called on a <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle, close the existing handle and create a new one before calling Db.rename.</p> <p>The <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle may not be accessed again after Db.rename is called, regardless of its return.</p> <h3>Environment Variables</h3> <p>If the database was opened within a database environment, the environment variable <b>DB_HOME</b> may be used as the path of the database environment home.</p> <p>Db.rename is affected by any database directory specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir</CODE></A> method, or by setting the "set_data_dir" string in the environment's <b>DB_CONFIG</b> file.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>database</CODE> - the database to be removed.<DD><CODE>file</CODE> - the physical file which contains the database(s) to be removed.<DD><CODE>flags</CODE> - currently unused, and must be set to 0.<DD><CODE>newname</CODE> - the new name of the database or file.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.rename method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>An attempt was made to rename the underlying file and a database in the file was currently open.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.rename method will fail and throw a IllegalArgumentException exception if Db.rename called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.
<DD><CODE>FileNotFoundException</CODE> - If the file or directory does not exist, the Db.rename method will fail and throw a FileNotFoundException exception.</DL>
</DD>
</DL>
<HR>

<A NAME="verify(java.lang.String, java.lang.String, java.io.OutputStream, int)"><!-- --></A><H3>
verify</H3>
<PRE>
public void <B>verify</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;database,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;outfile,
                   int&nbsp;flags)
            throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A>,
                   <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/FileNotFoundException.html">FileNotFoundException</A></PRE>
<DL>
<DD>The Db.verify method verifies the integrity of all databases in the file specified by the <b>file</b> parameter, and optionally outputs the databases' key/data pairs to the file stream specified by the <b>outfile</b> parameter.</p> <p><b>The Db.verify method does not perform any locking, even in Berkeley DB environments that are configured with a locking subsystem.  As such, it should only be used on files that are not being modified by another thread of control.</b></p> <p>The Db.verify method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. </p> <p>The <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle may not be accessed again after Db.verify is called, regardless of its return.</p> <h3>Environment Variables</h3> <p>If the database was opened within a database environment, the environment variable <b>DB_HOME</b> may be used as the path of the database environment home.</p> <p>Db.verify is affected by any database directory specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir</CODE></A> method, or by setting the "set_data_dir" string in the environment's <b>DB_CONFIG</b> file.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>database</CODE> - the database in <b>file</b> on which the database checks for btree and duplicate sort order and for hashing are to be performed.  See the Db.DB_ORDERCHKONLY flag for more information. <p>The database parameter must be set to null except when the Db.DB_ORDERCHKONLY flag is set.</p><DD><CODE>file</CODE> - the physical file in which the databases to be verified are found.<DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_SALVAGE"><CODE>Db.DB_SALVAGE</CODE></A><p>Write the key/data pairs from all databases in the file to the file stream named in the <b>outfile</b> parameter.  The output format is the same as that specified for the <a href="../../../../utility/db_dump.html">db_dump</a> utility, and can be used as input for the <a href="../../../../utility/db_load.html">db_load</a> utility. <p>Because the key/data pairs are output in page order as opposed to the sort order used by <a href="../../../../utility/db_dump.html">db_dump</a>, using Db.verify to dump key/data pairs normally produces less than optimal loads for Btree databases.</p> </li></ul>In addition, the following flags may be set by bitwise inclusively <b>OR</b>'ing them into the <b>flags</b> parameter:</p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AGGRESSIVE"><CODE>Db.DB_AGGRESSIVE</CODE></A><p>Output <b>all</b> the key/data pairs in the file that can be found. By default, Db.verify does not assume corruption.  For example, if a key/data pair on a page is marked as deleted, it is not then written to the output file.  When <code>Db.DB_AGGRESSIVE</code> is specified, corruption is assumed, and any key/data pair that can be found is written.  In this case, key/data pairs that are corrupted or have been deleted may appear in the output (even if the file being salvaged is in no way corrupt), and the output will almost certainly require editing before being loaded into a database. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_PRINTABLE"><CODE>Db.DB_PRINTABLE</CODE></A><p>When using the <code>Db.DB_SALVAGE</code> flag, if characters in either the key or data items are printing characters (as defined by <b>isprint</b>(3)), use printing characters to represent them.  This flag permits users to use standard text editors and tools to modify the contents of databases or selectively remove data from salvager output. <p>Note: different systems may have different notions about what characters are considered <i>printing characters</i>, and databases dumped in this manner may be less portable to external systems.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOORDERCHK"><CODE>Db.DB_NOORDERCHK</CODE></A><p>Skip the database checks for btree and duplicate sort order and for hashing. <p>The Db.verify method normally verifies that btree keys and duplicate items are correctly sorted, and hash keys are correctly hashed.  If the file being verified contains multiple databases using differing sorting or hashing algorithms, some of them must necessarily fail database verification because only one sort order or hash function can be specified before Db.verify is called.  To verify files with multiple databases having differing sorting orders or hashing functions, first perform verification of the file as a whole by using the <code>Db.DB_NOORDERCHK</code> flag, and then individually verify the sort order and hashing function for each database in the file using the <code>Db.DB_ORDERCHKONLY</code> flag.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_ORDERCHKONLY"><CODE>Db.DB_ORDERCHKONLY</CODE></A><p>Perform the database checks for btree and duplicate sort order and for hashing, skipped by <code>Db.DB_NOORDERCHK</code>. <p>When this flag is specified, a <b>database</b> parameter should also be specified, indicating the database in the physical file which is to be checked.  This flag is only safe to use on databases that have already successfully been verified using Db.verify with the <code>Db.DB_NOORDERCHK</code> flag set.</p> </li></ul><DD><CODE>outfile</CODE> - an optional file stream to which the databases' key/data pairs are written.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE>FileNotFoundException</CODE> - If the file or directory does not exist, the Db.verify method will fail and throw a FileNotFoundException exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.verify method will fail and throw a IllegalArgumentException exception if Db.verify was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A>; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_cachesize(int, int, int)"><!-- --></A><H3>
set_cachesize</H3>
<PRE>
public void <B>set_cachesize</B>(int&nbsp;gbytes,
                          int&nbsp;bytes,
                          int&nbsp;ncache)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_errcall(com.sleepycat.db.DbErrcall)"><!-- --></A><H3>
set_errcall</H3>
<PRE>
public void <B>set_errcall</B>(<A HREF="../../../com/sleepycat/db/DbErrcall.html">DbErrcall</A>&nbsp;db_errcall_fcn)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>setErrorHandler(DbErrorHandler)</CODE></A></I>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setErrorHandler(com.sleepycat.db.DbErrorHandler)"><!-- --></A><H3>
setErrorHandler</H3>
<PRE>
public void <B>setErrorHandler</B>(<A HREF="../../../com/sleepycat/db/DbErrorHandler.html">DbErrorHandler</A>&nbsp;db_errcall_fcn)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.  In some cases, however, the <b>errno</b> value may be insufficient to completely describe the cause of the error, especially during initial application debugging. <p>The <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A> and Db.setOnError methods are used to enhance the mechanism for reporting error messages to the application. The <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A> and Db.setOnError methods must be called with a single object parameter.  The object's class must implement the DbErrorHandler interface.</p> <p>In some cases, when an error occurs, Berkeley DB will invoke the object's errcall() method with two parameters; the first is the prefix string (as previously set by <A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>Db.setErrorPrefix</CODE></A> or <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A>), the second will be an error message string.  It is up to this method to display the message in an appropriate manner.</p> <p>Alternatively, you can use the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><CODE>DbEnv.setErrorStream</CODE></A> and <A HREF="../../../com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><CODE>Db.setErrorStream</CODE></A> methods to display the additional information via an output stream.  You should not mix these approaches.</p> <p>This error-logging enhancement does not slow performance or significantly increase application size, and may be run during normal operation as well as during application debugging.</p> <p>For <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles opened inside of Berkeley DB environments, calling the Db.setOnError method affects the entire environment and is equivalent to calling the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A> method.</p> <p>The Db.setOnError method may be called at any time during the life of the application.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>db_errcall_fcn</CODE> - the application-specified error reporting function.  The function takes two parameters: <p>The <b>errpfx</b> parameter is the prefix string (as previously set by <A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>Db.setErrorPrefix</CODE></A> or <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A>). <p>The <b>msg</b> parameter is the error message string.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_errpfx()"><!-- --></A><H3>
get_errpfx</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>get_errpfx</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getErrorPrefix()"><CODE>getErrorPrefix()</CODE></A></I>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getErrorPrefix()"><!-- --></A><H3>
getErrorPrefix</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getErrorPrefix</B>()</PRE>
<DL>
<DD>The Db.getErrorPrefix method returns the error prefix.</p> <p>The Db.getErrorPrefix method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getErrorPrefix method returns the error prefix.</p></DL>
</DD>
</DL>
<HR>

<A NAME="set_errpfx(java.lang.String)"><!-- --></A><H3>
set_errpfx</H3>
<PRE>
public void <B>set_errpfx</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;errpfx)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>setErrorPrefix(String)</CODE></A></I>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setErrorPrefix(java.lang.String)"><!-- --></A><H3>
setErrorPrefix</H3>
<PRE>
public void <B>setErrorPrefix</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;errpfx)</PRE>
<DL>
<DD>Set the prefix string that appears before error messages issued by Berkeley DB.</p> <p>For <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles opened inside of Berkeley DB environments, calling the Db.setErrorPrefix method affects the entire environment and is equivalent to calling the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A> method.</p> <p>The Db.setErrorPrefix method may be called at any time during the life of the application.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>errpfx</CODE> - the application-specified error prefix for additional error messages.</DL>
</DD>
</DL>
<HR>

<A NAME="set_error_stream(java.io.OutputStream)"><!-- --></A><H3>
set_error_stream</H3>
<PRE>
public void <B>set_error_stream</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;stream)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><CODE>setErrorStream(java.io.OutputStream)</CODE></A></I>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setErrorStream(java.io.OutputStream)"><!-- --></A><H3>
setErrorStream</H3>
<PRE>
public void <B>setErrorStream</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/io/OutputStream.html">OutputStream</A>&nbsp;stream)</PRE>
<DL>
<DD>When an error occurs in the Berkeley DB library, an exception is thrown.  In some cases, however, the error information known to the Java layer may be insufficient to completely describe the cause of the error, especially during initial application debugging.</p> <p>The <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><CODE>DbEnv.setErrorStream</CODE></A> and Db.setErrorStream methods are used to enhance the mechanism for reporting error messages to the application by setting a OutputStream to be used for displaying additional Berkeley DB error messages.  In some cases, when an error occurs, Berkeley DB will output an additional error message to the specified stream.</p> <p>The error message will consist of the prefix string and a colon ("<b>:</b>") (if a prefix string was previously specified using <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A>), an error string, and a trailing &lt;newline&gt; character.</p> <p>Alternatively, you can use the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A> method to capture the additional error information in a way that does not use output streams. You should not mix these approaches. </p> <p>This error-logging enhancement does not slow performance or significantly increase application size, and may be run during normal operation as well as during application debugging.</p> <p>For <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles opened inside of Berkeley DB environments, calling the Db.setErrorStream method affects the entire environment and is equivalent to calling the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><CODE>DbEnv.setErrorStream</CODE></A> method.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stream</CODE> - the application-specified output stream to be used for additional error information.</DL>
</DD>
</DL>
<HR>

<A NAME="set_feedback(com.sleepycat.db.DbFeedback)"><!-- --></A><H3>
set_feedback</H3>
<PRE>
public void <B>set_feedback</B>(<A HREF="../../../com/sleepycat/db/DbFeedback.html">DbFeedback</A>&nbsp;feedback)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced in Berkeley DB 4.2 by <A HREF="../../../com/sleepycat/db/Db.html#setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><CODE>setFeedbackHandler(DbFeedbackHandler)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setPanicHandler(com.sleepycat.db.DbPanicHandler)"><!-- --></A><H3>
setPanicHandler</H3>
<PRE>
public void <B>setPanicHandler</B>(<A HREF="../../../com/sleepycat/db/DbPanicHandler.html">DbPanicHandler</A>&nbsp;db_panic_fcn)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Errors can occur in the Berkeley DB library where the only solution is to shut down the application and run recovery (for example, if Berkeley DB is unable to allocate heap memory).  In such cases, the Berkeley DB methods will throw a <A HREF="../../../com/sleepycat/db/DbRunRecoveryException.html"><CODE>DbRunRecoveryException</CODE></A>. It is often easier to simply exit the application when such errors occur rather than gracefully return up the stack.  The Db.setPanic method specifies a function to be called when <A HREF="../../../com/sleepycat/db/DbRunRecoveryException.html"><CODE>DbRunRecoveryException</CODE></A> is about to be thrown from a Berkeley DB method.</p> <p>For <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handles opened inside of Berkeley DB environments, calling the Db.setPanic method affects the entire environment and is equivalent to calling the <A HREF="../../../com/sleepycat/db/DbEnv.html#setPanicHandler(com.sleepycat.db.DbPanicHandler)"><CODE>DbEnv.setPanicHandler</CODE></A> method.</p> <p>The Db.setPanic method may be called at any time during the life of the application.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>db_panic_fcn</CODE> - the application-specified function called in the case of a database environment panic.  The function takes two arguments: <p>The <b>dbenv</b> parameter is the enclosing database environment handle. <p>The <b>e</b> parameter is the DbException that would have been thrown to the calling method.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><!-- --></A><H3>
associate</H3>
<PRE>
public void <B>associate</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                      <A HREF="../../../com/sleepycat/db/Db.html">Db</A>&nbsp;secondary,
                      <A HREF="../../../com/sleepycat/db/DbSecondaryKeyCreate.html">DbSecondaryKeyCreate</A>&nbsp;callback,
                      int&nbsp;flags)
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="cursor(com.sleepycat.db.DbTxn, int)"><!-- --></A><H3>
cursor</H3>
<PRE>
public <A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A> <B>cursor</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                  int&nbsp;flags)
           throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.cursor method returns a created database cursor.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or by bitwise inclusively <b>OR</b>'ing together one or more of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE>Db.DB_DIRTY_READ</CODE></A><p>All read operations performed by the cursor may return modified but not yet committed data.  Silently ignored if the <A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE><code>Db.DB_DIRTY_READ</code></CODE></A> flag was not specified when the underlying database was opened. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_WRITECURSOR"><CODE>Db.DB_WRITECURSOR</CODE></A><p>Specify that the cursor will be used to update the database.  The underlying database environment must have been opened using the <A HREF="../../../com/sleepycat/db/Db.html#DB_INIT_CDB"><CODE><code>Db.DB_INIT_CDB</code></CODE></A> flag. </li></ul><DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.  To transaction-protect cursor operations, cursors must be opened and closed within the context of a transaction, and the <b>txnid</b> parameter specifies the transaction context in which the cursor may be used.
<DT><B>Returns:</B><DD>The Db.cursor method throws an exception that encapsulates a non-zero error value on failure. </p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.cursor method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.cursor method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="del(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
del</H3>
<PRE>
public int <B>del</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
               int&nbsp;flags)
        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><CODE>delete(DbTxn,Dbt,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="delete(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
delete</H3>
<PRE>
public int <B>delete</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                  <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
                  int&nbsp;flags)
           throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.delete method removes key/data pairs from the database.  The key/data pair associated with the specified <b>key</b> is discarded from the database.  In the presence of duplicate key values, all records associated with the designated key will be discarded.</p> <p>When called on a database that has been made into a secondary index using the <A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>Db.associate</CODE></A> method, the Db.delete method deletes the key/data pair from the primary database and all secondary indices.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - The key <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.delete call within a transaction.  If the call succeeds, changes made by the operation will be recoverable.  If the call fails, the operation will have made no changes. </li></ul><DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, (other than by specifying the Db.DB_AUTO_COMMIT flag), the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.
<DT><B>Returns:</B><DD><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOTFOUND"><CODE>DB_NOTFOUND</CODE></A><p>The Db.delete method will return <a href="../../../../ref/program/errorret.html#DB_NOTFOUND"><code>Db.DB_NOTFOUND</code></a> if the specified key is not in the database. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEMPTY"><CODE>DB_KEYEMPTY</CODE></A><p>The Db.delete method will return <a href="../../../../ref/program/errorret.html#DB_KEYEMPTY"><code>Db.DB_KEYEMPTY</code></a> if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted. </li></ul>Unless otherwise specified, the Db.delete method throws an exception that encapsulates a non-zero error value on failure. </p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.delete method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: An attempt was made to modify a read-only database.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.delete method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.delete method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.delete method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="err(int, java.lang.String)"><!-- --></A><H3>
err</H3>
<PRE>
public void <B>err</B>(int&nbsp;error,
                <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;message)</PRE>
<DL>
<DD>The <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A>, <A HREF="../../../com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A>,  Db.err and Db.errx methods provide error-messaging functionality for applications written using the Berkeley DB library.</p> <p>The <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A> method constructs an error message consisting of the following elements:</p> <blockquote> <p>If no error callback function has been set using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A> method, any prefix string specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A> method, followed by two separating characters: a colon and a &lt;space&gt; character. <p> <p>Two separating characters: a colon and a &lt;space&gt; character. <p>The standard system or Berkeley DB library error string associated with the <b>error</b> value, as returned by the <A HREF="../../../com/sleepycat/db/DbEnv.html#strerror(int)"><CODE>DbEnv.strerror</CODE></A> method. </blockquote> <p>This constructed error message is then handled as follows:</p> <blockquote><p>If an error callback function has been set (see <A HREF="../../../com/sleepycat/db/Db.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>Db.setErrorHandler</CODE></A> and <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorHandler(com.sleepycat.db.DbErrorHandler)"><CODE>DbEnv.setErrorHandler</CODE></A>), that function is called with two parameters: any prefix string specified (see <A HREF="../../../com/sleepycat/db/Db.html#setErrorPrefix(java.lang.String)"><CODE>Db.setErrorPrefix</CODE></A> and <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorPrefix(java.lang.String)"><CODE>DbEnv.setErrorPrefix</CODE></A>) and the error message.</p> <p>If an OutputStream has been set (see <A HREF="../../../com/sleepycat/db/DbEnv.html#setErrorStream(java.io.OutputStream)"><CODE>DbEnv.setErrorStream</CODE></A> and <A HREF="../../../com/sleepycat/db/Db.html#setErrorStream(java.io.OutputStream)"><CODE>Db.setErrorStream</CODE></A>), the error message is written to that stream.</p> <p>If none of these output options has been configured, the error message is written to System.err, the standard error output stream.</p></blockquote>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>error</CODE> - the error value for which the <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A>  and  Db.err methods will display a explanatory string.<DD><CODE>message</CODE> - an error message to display.</DL>
</DD>
</DL>
<HR>

<A NAME="errx(java.lang.String)"><!-- --></A><H3>
errx</H3>
<PRE>
public void <B>errx</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;message)</PRE>
<DL>
<DD>The <A HREF="../../../com/sleepycat/db/DbEnv.html#errx(java.lang.String)"><CODE>DbEnv.errx</CODE></A> and Db.errx methods perform identically to the <A HREF="../../../com/sleepycat/db/DbEnv.html#err(int, java.lang.String)"><CODE>DbEnv.err</CODE></A> and Db.err methods, except that they do not append the final separator characters and standard error string to the error message.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - an error message to display.</DL>
</DD>
</DL>
<HR>

<A NAME="get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
get</H3>
<PRE>
public int <B>get</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
               int&nbsp;flags)
        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.get method retrieves key/data pairs from the database.  The byte array and length of the data associated with the specified <b>key</b> are returned in the structure to which <b>data</b> refers.</p> <p>In the presence of duplicate key values, Db.get will return the first data item for the designated key.  Duplicates are sorted by insert order, except where this order has been overridden by cursor operations. <b>Retrieval of duplicates requires the use of cursor operations.</b> See <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> for details.</p> <p>When called on a database that has been made into a secondary index using the <A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>Db.associate</CODE></A> method, the Db.get method returns the key from the secondary index and the data item from the primary database.  In addition, the second method signature returns the key from the primary database.  In databases that are not secondary indices, the second method signature will always fail.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The data <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>flags</CODE> - must be set to 0 or one of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME"><CODE>Db.DB_CONSUME</CODE></A><p>Return the record number and data from the available record closest to the head of the queue, and delete the record.  The cursor will be positioned on the deleted record.  The record number will be returned in <b>key</b>, as described in <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>.  The data will be returned in the <b>data</b> parameter.  A record is available if it is not deleted and is not currently locked.  The underlying database must be of type Queue for <code>Db.DB_CONSUME</code> to be specified. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME_WAIT"><CODE>Db.DB_CONSUME_WAIT</CODE></A><p>The <code>Db.DB_CONSUME_WAIT</code> flag is the same as the <code>Db.DB_CONSUME</code> flag, except that if the Queue database is empty, the thread of control will wait until there is data in the queue before returning.  The underlying database must be of type Queue for <code>Db.DB_CONSUME_WAIT</code> to be specified. <p>If lock or transaction timeouts have been specified, the Db.get method with the <code>Db.DB_CONSUME_WAIT</code> flag may return <a href="../../../../ref/program/errorret.html#DB_LOCK_NOTGRANTED"><code>Db.DB_LOCK_NOTGRANTED</code></a>. This failure, by itself, does not require the enclosing transaction be aborted.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_GET_BOTH"><CODE>Db.DB_GET_BOTH</CODE></A><p>Retrieve the key/data pair only if both the key and data match the arguments. <p>When used with the second method signature version of this method on a secondary index handle, return the secondary key/primary key/data tuple only if both the primary and secondary keys match the arguments.  It is an error to use the <code>Db.DB_GET_BOTH</code> flag with the first method signature version of this method and a secondary index handle.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_RECNO"><CODE>Db.DB_SET_RECNO</CODE></A><p>Retrieve the specified numbered key/data pair from a database.  Upon return, both the <b>key</b> and <b>data</b> items will have been filled in. <p>The <b>data</b> field of the specified <b>key</b> must be a byte array large enough to hold a logical record number (that is, an int). This record number determines the record to be retrieved. <p>For <code>Db.DB_SET_RECNO</code> to be specified, the underlying database must be of type Btree, and it must have been created with the DB_RECNUM flag.</p></p> </li></ul>In addition, the following flags may be set by bitwise inclusively <b>OR</b>'ing them into the <b>flags</b> parameter: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.get call within a transaction.  If the call succeeds, changes made by the operation will be recoverable.  If the call fails, the operation will have made no changes.  This flag may only be specified with the <code>Db.DB_CONSUME</code> and <code>Db.DB_CONSUME_WAIT</code> flags. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE>Db.DB_DIRTY_READ</CODE></A><p>Read modified but not yet committed data.  Silently ignored if the <A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE><code>Db.DB_DIRTY_READ</code></CODE></A> flag was not specified when the underlying database was opened. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_MULTIPLE"><CODE>Db.DB_MULTIPLE</CODE></A><p>Return multiple data items in the buffer to which the <b>data</b> parameter refers. <p>In the case of Btree or Hash databases, all of the data items associated with the specified key are entered into the buffer.  In the case of Queue or Recno databases, all of the data items in the database, starting at, and subsequent to, the specified key, are entered into the buffer.</p> <p>The buffer to which the <b>data</b> parameter refers must be provided from user memory (see <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_USERMEM"><CODE><code>Db.DB_DBT_USERMEM</code></CODE></A>).  The buffer must be at least as large as the page size of the underlying database, aligned for unsigned integer access, and be a multiple of 1024 bytes in size.  If the buffer size is insufficient, then upon return from the call the size field of the <b>data</b> parameter will have been set to an estimated buffer size, and a <A HREF="../../../com/sleepycat/db/DbMemoryException.html"><CODE>DbMemoryException</CODE></A> is thrown.  (The size is an estimate as the exact size needed may not be known until all entries are read.  It is best to initially provide a relatively large buffer, but applications should be prepared to resize the buffer as necessary and repeatedly call the method.)</p> <p>The <code>Db.DB_MULTIPLE</code> flag may only be used alone, or with the <code>Db.DB_GET_BOTH</code> and <code>Db.DB_SET_RECNO</code> options.  The <code>Db.DB_MULTIPLE</code> flag may not be used when accessing databases made into secondary indices using the <A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>Db.associate</CODE></A> method.</p> <p>See <A HREF="../../../com/sleepycat/db/DbMultipleDataIterator.html"><CODE>DbMultipleDataIterator</CODE></A> for more information.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_RMW"><CODE>Db.DB_RMW</CODE></A><p>Acquire write locks instead of read locks when doing the retrieval. Setting this flag can eliminate deadlock during a read-modify-write cycle by acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock. <p>Because the Db.get method will not hold locks across Berkeley DB calls in non-transactional operations, the <A HREF="../../../com/sleepycat/db/Db.html#DB_RMW"><CODE><code>Db.DB_RMW</code></CODE></A> flag to the Db.get call is meaningful only in the presence of transactions.</p> </li></ul><DD><CODE>key</CODE> - The key <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.
<DT><B>Returns:</B><DD><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOTFOUND"><CODE>DB_NOTFOUND</CODE></A><p>The Db.get method will return <a href="../../../../ref/program/errorret.html#DB_NOTFOUND"><code>Db.DB_NOTFOUND</code></a> if the specified key is not in the database. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEMPTY"><CODE>DB_KEYEMPTY</CODE></A><p>The Db.get method will return <a href="../../../../ref/program/errorret.html#DB_KEYEMPTY"><code>Db.DB_KEYEMPTY</code></a> if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted. </li></ul>Unless otherwise specified, the Db.get method throws an exception that encapsulates a non-zero error value on failure. </p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.get method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If the Db.DB_CONSUME_WAIT flag was specified, lock or transaction timers were configured and the lock could not be granted before the wait-time expired, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.get method will fail and throw a IllegalArgumentException exception if a record number of 0 was specified; the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A> flag was specified to the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method and none of the <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_MALLOC"><CODE>Db.DB_DBT_MALLOC</CODE></A>, <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_REALLOC"><CODE>Db.DB_DBT_REALLOC</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_USERMEM"><CODE>Db.DB_DBT_USERMEM</CODE></A> flags were set in the <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>; the second method signature was called with a <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle that does not refer to a secondary index; or if an invalid flag value or parameter was specified.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbMemoryException.html">DbMemoryException</A></CODE> - If the requested item could not be returned due to insufficient memory, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbMemoryException.html"><CODE>DbMemoryException</CODE></A> exception.</DL>
</DD>
</DL>
<HR>

<A NAME="get_byteswapped()"><!-- --></A><H3>
get_byteswapped</H3>
<PRE>
public boolean <B>get_byteswapped</B>()
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#isByteSwapped()"><CODE>isByteSwapped()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="isByteSwapped()"><!-- --></A><H3>
isByteSwapped</H3>
<PRE>
public boolean <B>isByteSwapped</B>()
                      throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.isByteSwapped method returns false if the underlying database files were created on an architecture of the same byte order as the current one, and true if they were not (that is, big-endian on a little-endian machine, or vice versa). This information may be used to determine whether application data needs to be adjusted for this architecture or not.</p> <p>The Db.isByteSwapped method may not be called before the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method has been called.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.isByteSwapped method returns false if the underlying database files were created on an architecture of the same byte order as the current one, and true if they were not.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.isByteSwapped method will fail and throw a IllegalArgumentException exception if the method was called before <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="get_cachesize()"><!-- --></A><H3>
get_cachesize</H3>
<PRE>
public long <B>get_cachesize</B>()
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getCacheSize()"><CODE>getCacheSize()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getCacheSize()"><!-- --></A><H3>
getCacheSize</H3>
<PRE>
public long <B>getCacheSize</B>()
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getCacheSize method returns the size of the cache.</p> <p>The Db.getCacheSize method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getCacheSize method returns the size of the cache.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_cachesize_ncache()"><!-- --></A><H3>
get_cachesize_ncache</H3>
<PRE>
public int <B>get_cachesize_ncache</B>()
                         throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getCacheSizeNcache()"><CODE>getCacheSizeNcache()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getCacheSizeNcache()"><!-- --></A><H3>
getCacheSizeNcache</H3>
<PRE>
public int <B>getCacheSizeNcache</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The DbEnv.getCacheSizeNcache method returns the number of caches.</p> <p>The DbEnv.getCacheSizeNcache method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The DbEnv.getCacheSizeNcache method returns the number of caches.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_filename()"><!-- --></A><H3>
get_filename</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>get_filename</B>()
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getFileName()"><CODE>getFileName()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getFileName()"><!-- --></A><H3>
getFileName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getFileName</B>()
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getFileName method returns the current filename.</p> <p>The Db.getFileName method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getFileName method returns the current filename.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_dbname()"><!-- --></A><H3>
get_dbname</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>get_dbname</B>()
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDatabaseName()"><CODE>getDatabaseName()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getDatabaseName()"><!-- --></A><H3>
getDatabaseName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getDatabaseName</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getDatabaseName method returns the current database name.</p> <p>The Db.getDatabaseName method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getDatabaseName method returns the current database name.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_encrypt_flags()"><!-- --></A><H3>
get_encrypt_flags</H3>
<PRE>
public int <B>get_encrypt_flags</B>()
                      throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getEncryptFlags()"><CODE>getEncryptFlags()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getEncryptFlags()"><!-- --></A><H3>
getEncryptFlags</H3>
<PRE>
public int <B>getEncryptFlags</B>()
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getEncryptFlags method returns the encryption flags.</p> <p>The Db.getEncryptFlags method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getEncryptFlags method returns the encryption flags.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_flags()"><!-- --></A><H3>
get_flags</H3>
<PRE>
public int <B>get_flags</B>()
              throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getFlags()"><CODE>getFlags()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getFlags()"><!-- --></A><H3>
getFlags</H3>
<PRE>
public int <B>getFlags</B>()
             throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getFlags method returns the current flags.</p> <p>The Db.getFlags method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getFlags method returns the current flags.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_lorder()"><!-- --></A><H3>
get_lorder</H3>
<PRE>
public int <B>get_lorder</B>()
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getByteOrder()"><CODE>getByteOrder()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getByteOrder()"><!-- --></A><H3>
getByteOrder</H3>
<PRE>
public int <B>getByteOrder</B>()
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getByteOrder method returns the database byte order; a byte order of 4,321 indicates a big endian order, and a byte order of 1,234 indicates a little endian order.</p> <p>The Db.getByteOrder method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getByteOrder method returns the database byte order; a byte order of 4,321 indicates a big endian order, and a byte order of 1,234 indicates a little endian order.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_mpf()"><!-- --></A><H3>
get_mpf</H3>
<PRE>
public <A HREF="../../../com/sleepycat/db/DbMpoolFile.html">DbMpoolFile</A> <B>get_mpf</B>()
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.get_mpf method returns the handle for the cache file underlying the database.</p> <p>The Db.get_mpf method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.get_mpf method returns the handle for the cache file underlying the database.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_open_flags()"><!-- --></A><H3>
get_open_flags</H3>
<PRE>
public int <B>get_open_flags</B>()
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getOpenFlags()"><CODE>getOpenFlags()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getOpenFlags()"><!-- --></A><H3>
getOpenFlags</H3>
<PRE>
public int <B>getOpenFlags</B>()
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getOpenFlags method returns the current open method flags.</p> <p>The Db.getOpenFlags method may not be called before the Db.open method has been called.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getOpenFlags method returns the current open method flags.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_pagesize()"><!-- --></A><H3>
get_pagesize</H3>
<PRE>
public int <B>get_pagesize</B>()
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getPageSize()"><CODE>getPageSize()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getPageSize()"><!-- --></A><H3>
getPageSize</H3>
<PRE>
public int <B>getPageSize</B>()
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getPageSize method returns the page size.</p> <p>The Db.getPageSize method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getPageSize method returns the page size.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_bt_minkey()"><!-- --></A><H3>
get_bt_minkey</H3>
<PRE>
public int <B>get_bt_minkey</B>()
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getBtreeMinKey()"><CODE>getBtreeMinKey()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getBtreeMinKey()"><!-- --></A><H3>
getBtreeMinKey</H3>
<PRE>
public int <B>getBtreeMinKey</B>()
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getBtreeMinKey method returns the minimum number of key/data pairs intended to be stored on any single Btree leaf page.</p> <p>The Db.getBtreeMinKey method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getBtreeMinKey method returns the minimum number of key/data pairs intended to be stored on any single Btree leaf page.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_h_ffactor()"><!-- --></A><H3>
get_h_ffactor</H3>
<PRE>
public int <B>get_h_ffactor</B>()
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getHashFillFactor()"><CODE>getHashFillFactor()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getHashFillFactor()"><!-- --></A><H3>
getHashFillFactor</H3>
<PRE>
public int <B>getHashFillFactor</B>()
                      throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getHashFillFactor method returns the hash table density.</p> <p>The Db.getHashFillFactor method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getHashFillFactor method returns the hash table density.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_h_nelem()"><!-- --></A><H3>
get_h_nelem</H3>
<PRE>
public int <B>get_h_nelem</B>()
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getHashNumElements()"><CODE>getHashNumElements()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getHashNumElements()"><!-- --></A><H3>
getHashNumElements</H3>
<PRE>
public int <B>getHashNumElements</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getHashNumElements method returns the estimate of the final size of the hash table.</p> <p>The Db.getHashNumElements method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getHashNumElements method returns the estimate of the final size of the hash table.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_re_delim()"><!-- --></A><H3>
get_re_delim</H3>
<PRE>
public int <B>get_re_delim</B>()
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordDelimiter()"><CODE>getRecordDelimiter()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRecordDelimiter()"><!-- --></A><H3>
getRecordDelimiter</H3>
<PRE>
public int <B>getRecordDelimiter</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getRecordDelimiter method returns the delimiting byte.</p> <p>The Db.getRecordDelimiter method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getRecordDelimiter method returns the delimiting byte.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_re_len()"><!-- --></A><H3>
get_re_len</H3>
<PRE>
public int <B>get_re_len</B>()
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordLength()"><CODE>getRecordLength()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRecordLength()"><!-- --></A><H3>
getRecordLength</H3>
<PRE>
public int <B>getRecordLength</B>()
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getRecordLength method returns the record length.</p> <p>The Db.getRecordLength method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getRecordLength method returns the record length.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_re_pad()"><!-- --></A><H3>
get_re_pad</H3>
<PRE>
public int <B>get_re_pad</B>()
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordPad()"><CODE>getRecordPad()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRecordPad()"><!-- --></A><H3>
getRecordPad</H3>
<PRE>
public int <B>getRecordPad</B>()
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getRecordPad method returns the pad character.</p> <p>The Db.getRecordPad method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getRecordPad method returns the pad character.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_re_source()"><!-- --></A><H3>
get_re_source</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>get_re_source</B>()
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getRecordSource()"><CODE>getRecordSource()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRecordSource()"><!-- --></A><H3>
getRecordSource</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A> <B>getRecordSource</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getRecordSource method returns the source file.</p> <p>The Db.getRecordSource method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getRecordSource method returns the source file.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_q_extentsize()"><!-- --></A><H3>
get_q_extentsize</H3>
<PRE>
public int <B>get_q_extentsize</B>()
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getQueueExtentSize()"><CODE>getQueueExtentSize()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getQueueExtentSize()"><!-- --></A><H3>
getQueueExtentSize</H3>
<PRE>
public int <B>getQueueExtentSize</B>()
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getQueueExtentSize method returns the number of pages in an extent.</p> <p>The Db.getQueueExtentSize method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getQueueExtentSize method returns the number of pages in an extent.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_flags_raw()"><!-- --></A><H3>
get_flags_raw</H3>
<PRE>
public int <B>get_flags_raw</B>()
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="get_transactional()"><!-- --></A><H3>
get_transactional</H3>
<PRE>
public boolean <B>get_transactional</B>()
                          throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#isTransactional()"><CODE>isTransactional()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="isTransactional()"><!-- --></A><H3>
isTransactional</H3>
<PRE>
public boolean <B>isTransactional</B>()
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.isTransactional method returns true if the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle has been opened in a transactional mode.</p> <p>The Db.isTransactional method may be called at any time during the life of the application.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.isTransactional method returns true if the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle has been opened in a transactional mode.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - Signals that an exception of some sort has occurred.</DL>
</DD>
</DL>
<HR>

<A NAME="get_type()"><!-- --></A><H3>
get_type</H3>
<PRE>
public int <B>get_type</B>()
             throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#getDbType()"><CODE>getDbType()</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getDbType()"><!-- --></A><H3>
getDbType</H3>
<PRE>
public int <B>getDbType</B>()
              throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.getDbType method returns the type of the underlying access method (and file format).  The type value is one of Db.DB_BTREE, Db.DB_HASH, Db.DB_RECNO, or Db.DB_QUEUE.  This value may be used to determine the type of the database after a return from <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> with the <b>type</b> parameter set to Db.DB_UNKNOWN.</p> <p>The Db.getDbType method may not be called before the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method has been called.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The Db.getDbType method returns the type of the underlying access method (and file format).</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.getDbType method will fail and throw a IllegalArgumentException exception if the method was called before <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="join(com.sleepycat.db.Dbc[], int)"><!-- --></A><H3>
join</H3>
<PRE>
public <A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A> <B>join</B>(<A HREF="../../../com/sleepycat/db/Dbc.html">Dbc</A>[]&nbsp;curslist,
                int&nbsp;flags)
         throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.join method creates a specialized join cursor for use in performing equality or natural joins on secondary indices.  For information on how to organize your data to use this functionality, see <a href="../../../../ref/am/join.html">Equality join</a>.</p> <p>The Db.join method method is called using the <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle of the primary database.</p> <p>The join cursor supports only the <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> and <b>dbc_close</b> cursor functions:</p> <p>Iterates over the values associated with the keys to which each item in <b>curslist</b> was initialized.  Any data value that appears in all items specified by the <b>curslist</b> parameter is then used as a key into the <b>primary</b>, and the key/data pair found in the <b>primary</b> is returned. The <b>flags</b> parameter must be set to 0 or the following value: In addition, the following flag may be set by bitwise inclusively <b>OR</b>'ing it into the <b>flags</b> parameter: Close the returned cursor and release all resources.  (Closing the cursors in <b>curslist</b> is the responsibility of the caller.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>curslist</CODE> - The <b>curslist</b> parameter contains a null terminated array of cursors. Each cursor must have been initialized to refer to the key on which the underlying database should be joined.  Typically, this initialization is done by a <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> call with the <A HREF="../../../com/sleepycat/db/Db.html#DB_SET"><CODE>Db.DB_SET</CODE></A> flag specified.  Once the cursors have been passed as part of a <b>curslist</b>, they should not be accessed or modified until the newly created join cursor has been closed, or else inconsistent results may be returned. <p>Joined values are retrieved by doing a sequential iteration over the first cursor in the <b>curslist</b> parameter, and a nested iteration over each secondary cursor in the order they are specified in the <b>curslist</b> parameter.  This requires database traversals to search for the current datum in all the cursors after the first.  For this reason, the best join performance normally results from sorting the cursors from the one that refers to the least number of data items to the one that refers to the most.  By default, Db.join does this sort on behalf of its caller.</p> <p>For the returned join cursor to be used in a transaction-protected manner, the cursors listed in <b>curslist</b> must have been created within the context of the same transaction.</p><DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_JOIN_NOSORT"><CODE>Db.DB_JOIN_NOSORT</CODE></A><p>Do not sort the cursors based on the number of data items to which they refer.  If the data are structured so that cursors with many data items also share many common elements, higher performance will result from listing those cursors before cursors with fewer data items; that is, a sort order other than the default.  The <code>Db.DB_JOIN_NOSORT</code> flag permits applications to perform join optimization prior to calling Db.join. </li></ul>
<DT><B>Returns:</B><DD>The Db.join method throws an exception that encapsulates a non-zero error value on failure. </p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.join method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.join method will fail and throw a IllegalArgumentException exception if cursor methods other than  <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> or <A HREF="../../../com/sleepycat/db/Dbc.html#close()"><CODE>Dbc.close</CODE></A> were called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="key_range(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><!-- --></A><H3>
key_range</H3>
<PRE>
public void <B>key_range</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                      <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
                      <A HREF="../../../com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>&nbsp;key_range,
                      int&nbsp;flags)
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><CODE>keyRange(DbTxn,Dbt,DbKeyRange,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="keyRange(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.DbKeyRange, int)"><!-- --></A><H3>
keyRange</H3>
<PRE>
public void <B>keyRange</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                     <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
                     <A HREF="../../../com/sleepycat/db/DbKeyRange.html">DbKeyRange</A>&nbsp;key_range,
                     int&nbsp;flags)
              throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.keyRange method returns an estimate of the proportion of keys that are less than, equal to, and greater than the specified key.  The underlying database must be of type Btree.</p> <p>The Db.keyRange method fills in a DbKeyRange object.  The following data fields are available from the DbKeyRange object:</p> Values are in the range of 0 to 1; for example, if the field <b>less</b> is 0.05, 5% of the keys in the database are less than the <b>key</b> parameter.  The value for <b>equal</b> will be zero if there is no matching key, and will be non-zero otherwise.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - The key <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>key_range</CODE> - The estimates are returned in the <b>key_range</b> parameter, which contains three elements of type double: <b>less</b>, <b>equal</b>, and <b>greater</b>.  Values are in the range of 0 to 1; for example, if the field <b>less</b> is 0.05, 5% of the keys in the database are less than the <b>key</b> parameter.  The value for <b>equal</b> will be zero if there is no matching key, and will be non-zero otherwise.<DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.  The Db.keyRange method does not retain the locks it acquires for the life of the transaction, so estimates may not be repeatable.<DD><CODE>flags</CODE> - currently unused, and must be set to 0.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.keyRange method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.keyRange method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.keyRange method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.keyRange method will fail and throw a IllegalArgumentException exception if the underlying database was not of type Btree; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
get</H3>
<PRE>
public int <B>get</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;pkey,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
               int&nbsp;flags)
        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.get method retrieves key/data pairs from the database.  The byte array and length of the data associated with the specified <b>key</b> are returned in the structure to which <b>data</b> refers.</p> <p>In the presence of duplicate key values, Db.get will return the first data item for the designated key.  Duplicates are sorted by insert order, except where this order has been overridden by cursor operations. <b>Retrieval of duplicates requires the use of cursor operations.</b> See <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> for details.</p> <p>When called on a database that has been made into a secondary index using the <A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>Db.associate</CODE></A> method, the Db.get method returns the key from the secondary index and the data item from the primary database.  In addition, the second method signature returns the key from the primary database.  In databases that are not secondary indices, the second method signature will always fail.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The data <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>flags</CODE> - must be set to 0 or one of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME"><CODE>Db.DB_CONSUME</CODE></A><p>Return the record number and data from the available record closest to the head of the queue, and delete the record.  The cursor will be positioned on the deleted record.  The record number will be returned in <b>key</b>, as described in <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>.  The data will be returned in the <b>data</b> parameter.  A record is available if it is not deleted and is not currently locked.  The underlying database must be of type Queue for <code>Db.DB_CONSUME</code> to be specified. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CONSUME_WAIT"><CODE>Db.DB_CONSUME_WAIT</CODE></A><p>The <code>Db.DB_CONSUME_WAIT</code> flag is the same as the <code>Db.DB_CONSUME</code> flag, except that if the Queue database is empty, the thread of control will wait until there is data in the queue before returning.  The underlying database must be of type Queue for <code>Db.DB_CONSUME_WAIT</code> to be specified. <p>If lock or transaction timeouts have been specified, the Db.get method with the <code>Db.DB_CONSUME_WAIT</code> flag may return <a href="../../../../ref/program/errorret.html#DB_LOCK_NOTGRANTED"><code>Db.DB_LOCK_NOTGRANTED</code></a>. This failure, by itself, does not require the enclosing transaction be aborted.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_GET_BOTH"><CODE>Db.DB_GET_BOTH</CODE></A><p>Retrieve the key/data pair only if both the key and data match the arguments. <p>When used with the second method signature version of this method on a secondary index handle, return the secondary key/primary key/data tuple only if both the primary and secondary keys match the arguments.  It is an error to use the <code>Db.DB_GET_BOTH</code> flag with the first method signature version of this method and a secondary index handle.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_SET_RECNO"><CODE>Db.DB_SET_RECNO</CODE></A><p>Retrieve the specified numbered key/data pair from a database.  Upon return, both the <b>key</b> and <b>data</b> items will have been filled in. <p>The <b>data</b> field of the specified <b>key</b> must be a byte array large enough to hold a logical record number (that is, an int). This record number determines the record to be retrieved. <p>For <code>Db.DB_SET_RECNO</code> to be specified, the underlying database must be of type Btree, and it must have been created with the DB_RECNUM flag.</p></p> </li></ul>In addition, the following flags may be set by bitwise inclusively <b>OR</b>'ing them into the <b>flags</b> parameter: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.get call within a transaction.  If the call succeeds, changes made by the operation will be recoverable.  If the call fails, the operation will have made no changes.  This flag may only be specified with the <code>Db.DB_CONSUME</code> and <code>Db.DB_CONSUME_WAIT</code> flags. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE>Db.DB_DIRTY_READ</CODE></A><p>Read modified but not yet committed data.  Silently ignored if the <A HREF="../../../com/sleepycat/db/Db.html#DB_DIRTY_READ"><CODE><code>Db.DB_DIRTY_READ</code></CODE></A> flag was not specified when the underlying database was opened. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_MULTIPLE"><CODE>Db.DB_MULTIPLE</CODE></A><p>Return multiple data items in the buffer to which the <b>data</b> parameter refers. <p>In the case of Btree or Hash databases, all of the data items associated with the specified key are entered into the buffer.  In the case of Queue or Recno databases, all of the data items in the database, starting at, and subsequent to, the specified key, are entered into the buffer.</p> <p>The buffer to which the <b>data</b> parameter refers must be provided from user memory (see <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_USERMEM"><CODE><code>Db.DB_DBT_USERMEM</code></CODE></A>).  The buffer must be at least as large as the page size of the underlying database, aligned for unsigned integer access, and be a multiple of 1024 bytes in size.  If the buffer size is insufficient, then upon return from the call the size field of the <b>data</b> parameter will have been set to an estimated buffer size, and a <A HREF="../../../com/sleepycat/db/DbMemoryException.html"><CODE>DbMemoryException</CODE></A> is thrown.  (The size is an estimate as the exact size needed may not be known until all entries are read.  It is best to initially provide a relatively large buffer, but applications should be prepared to resize the buffer as necessary and repeatedly call the method.)</p> <p>The <code>Db.DB_MULTIPLE</code> flag may only be used alone, or with the <code>Db.DB_GET_BOTH</code> and <code>Db.DB_SET_RECNO</code> options.  The <code>Db.DB_MULTIPLE</code> flag may not be used when accessing databases made into secondary indices using the <A HREF="../../../com/sleepycat/db/Db.html#associate(com.sleepycat.db.DbTxn, com.sleepycat.db.Db, com.sleepycat.db.DbSecondaryKeyCreate, int)"><CODE>Db.associate</CODE></A> method.</p> <p>See <A HREF="../../../com/sleepycat/db/DbMultipleDataIterator.html"><CODE>DbMultipleDataIterator</CODE></A> for more information.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_RMW"><CODE>Db.DB_RMW</CODE></A><p>Acquire write locks instead of read locks when doing the retrieval. Setting this flag can eliminate deadlock during a read-modify-write cycle by acquiring the write lock during the read part of the cycle so that another thread of control acquiring a read lock for the same item, in its own read-modify-write cycle, will not result in deadlock. <p>Because the Db.get method will not hold locks across Berkeley DB calls in non-transactional operations, the <A HREF="../../../com/sleepycat/db/Db.html#DB_RMW"><CODE><code>Db.DB_RMW</code></CODE></A> flag to the Db.get call is meaningful only in the presence of transactions.</p> </li></ul><DD><CODE>key</CODE> - The key <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>pkey</CODE> - the return key from the primary database.<DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.
<DT><B>Returns:</B><DD><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOTFOUND"><CODE>DB_NOTFOUND</CODE></A><p>The Db.get method will return <a href="../../../../ref/program/errorret.html#DB_NOTFOUND"><code>Db.DB_NOTFOUND</code></a> if the specified key is not in the database. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEMPTY"><CODE>DB_KEYEMPTY</CODE></A><p>The Db.get method will return <a href="../../../../ref/program/errorret.html#DB_KEYEMPTY"><code>Db.DB_KEYEMPTY</code></a> if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted. </li></ul>Unless otherwise specified, the Db.get method throws an exception that encapsulates a non-zero error value on failure. </p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.get method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If the Db.DB_CONSUME_WAIT flag was specified, lock or transaction timers were configured and the lock could not be granted before the wait-time expired, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.get method will fail and throw a IllegalArgumentException exception if a record number of 0 was specified; the <A HREF="../../../com/sleepycat/db/Db.html#DB_THREAD"><CODE>Db.DB_THREAD</CODE></A> flag was specified to the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method and none of the <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_MALLOC"><CODE>Db.DB_DBT_MALLOC</CODE></A>, <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_REALLOC"><CODE>Db.DB_DBT_REALLOC</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#DB_DBT_USERMEM"><CODE>Db.DB_DBT_USERMEM</CODE></A> flags were set in the <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A>; the second method signature was called with a <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle that does not refer to a secondary index; or if an invalid flag value or parameter was specified.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbMemoryException.html">DbMemoryException</A></CODE> - If the requested item could not be returned due to insufficient memory, the Db.get method will fail and throw a <A HREF="../../../com/sleepycat/db/DbMemoryException.html"><CODE>DbMemoryException</CODE></A> exception.</DL>
</DD>
</DL>
<HR>

<A NAME="put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><!-- --></A><H3>
put</H3>
<PRE>
public int <B>put</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;key,
               <A HREF="../../../com/sleepycat/db/Dbt.html">Dbt</A>&nbsp;data,
               int&nbsp;flags)
        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.put method stores key/data pairs in the database.  The default behavior of the Db.put function is to enter the new key/data pair, replacing any previously existing key if duplicates are disallowed, or adding a duplicate data item if duplicates are allowed.  If the database supports duplicates, the Db.put method adds the new data value at the end of the duplicate set.  If the database supports sorted duplicates, the new data value is inserted at the correct sorted location.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or one of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_APPEND"><CODE>Db.DB_APPEND</CODE></A><p>Append the key/data pair to the end of the database.  For the <code>Db.DB_APPEND</code> flag to be specified, the underlying database must be a Queue or Recno database.  The record number allocated to the record is returned in the specified <b>key</b>. <p>There is a minor behavioral difference between the Recno and Queue access methods for the <code>Db.DB_APPEND</code> flag.  If a transaction enclosing a Db.put operation with the <code>Db.DB_APPEND</code> flag aborts, the record number may be decremented (and later reallocated by a subsequent <code>Db.DB_APPEND</code> operation) by the Recno access method, but will not be decremented or reallocated by the Queue access method.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NODUPDATA"><CODE>Db.DB_NODUPDATA</CODE></A><p>In the case of the Btree and Hash access methods, enter the new key/data pair only if it does not already appear in the database. <p>The <code>Db.DB_NODUPDATA</code> flag may only be specified if the underlying database has been configured to support sorted duplicates.  The <code>Db.DB_NODUPDATA</code> flag may not be specified to the Queue or Recno access methods.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_NOOVERWRITE"><CODE>Db.DB_NOOVERWRITE</CODE></A><p>Enter the new key/data pair only if the key does not already appear in the database.  The Db.put method call with the <code>Db.DB_NOOVERWRITE</code> flag set will fail if the key already exists in the database, even if the database supports duplicates. </li></ul>In addition, the following flag may be set by bitwise inclusively <b>OR</b>'ing it into the <b>flags</b> parameter: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.put call within a transaction.  If the call succeeds, changes made by the operation will be recoverable.  If the call fails, the operation will have made no changes. </li></ul><DD><CODE>data</CODE> - The data <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>key</CODE> - The key <A HREF="../../../com/sleepycat/db/Dbt.html"><CODE>Dbt</CODE></A> operated on.<DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, (other than by specifying the Db.DB_AUTO_COMMIT flag), the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.
<DT><B>Returns:</B><DD>Unless otherwise specified, the Db.put method throws an exception that encapsulates a non-zero error value on failure. </p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEXIST"><CODE>DB_KEYEXIST</CODE></A><p>The Db.put method will return <A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEXIST"><CODE><code>Db.DB_KEYEXIST</code></CODE></A> if <code>Db.DB_NODUPDATA</code> is set and the key/data pair already appears in the database. </li></ul></p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEXIST"><CODE>DB_KEYEXIST</CODE></A><p>The Db.put method will return <A HREF="../../../com/sleepycat/db/Db.html#DB_KEYEXIST"><CODE><code>Db.DB_KEYEXIST</code></CODE></A> if <code>Db.DB_NOOVERWRITE</code> is set and the key already appears in the database. </li></ul></p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.put method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>An attempt was made to modify a read-only database. A btree exceeded the maximum btree depth (255).
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.put method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.put method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.put method will fail and throw a IllegalArgumentException exception if a record number of 0 was specified; an attempt was made to add a record to a fixed-length database that was too large to fit; an attempt was made to do a partial put; an attempt was made to add a record to a secondary index; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_append_recno(com.sleepycat.db.DbAppendRecno)"><!-- --></A><H3>
set_append_recno</H3>
<PRE>
public void <B>set_append_recno</B>(<A HREF="../../../com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>&nbsp;db_append_recno_fcn)
                      throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setAppendRecno(com.sleepycat.db.DbAppendRecno)"><CODE>setAppendRecno(DbAppendRecno)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setAppendRecno(com.sleepycat.db.DbAppendRecno)"><!-- --></A><H3>
setAppendRecno</H3>
<PRE>
public void <B>setAppendRecno</B>(<A HREF="../../../com/sleepycat/db/DbAppendRecno.html">DbAppendRecno</A>&nbsp;db_append_recno_fcn)
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_bt_compare(com.sleepycat.db.DbBtreeCompare)"><!-- --></A><H3>
set_bt_compare</H3>
<PRE>
public void <B>set_bt_compare</B>(<A HREF="../../../com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>&nbsp;bt_compare_fcn)
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreeCompare(com.sleepycat.db.DbBtreeCompare)"><CODE>setBtreeCompare(DbBtreeCompare)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setBtreeCompare(com.sleepycat.db.DbBtreeCompare)"><!-- --></A><H3>
setBtreeCompare</H3>
<PRE>
public void <B>setBtreeCompare</B>(<A HREF="../../../com/sleepycat/db/DbBtreeCompare.html">DbBtreeCompare</A>&nbsp;bt_compare_fcn)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_bt_maxkey(int)"><!-- --></A><H3>
set_bt_maxkey</H3>
<PRE>
public void <B>set_bt_maxkey</B>(int&nbsp;maxkey)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_bt_minkey(int)"><!-- --></A><H3>
set_bt_minkey</H3>
<PRE>
public void <B>set_bt_minkey</B>(int&nbsp;bt_minkey)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreeMinKey(int)"><CODE>setBtreeMinKey(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setBtreeMinKey(int)"><!-- --></A><H3>
setBtreeMinKey</H3>
<PRE>
public void <B>setBtreeMinKey</B>(int&nbsp;bt_minkey)
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the minimum number of key/data pairs intended to be stored on any single Btree leaf page.</p> <p>This value is used to determine if key or data items will be stored on overflow pages instead of Btree leaf pages.  For more information on the specific algorithm used, see <a href="../../../../ref/am_conf/bt_minkey.html">Minimum keys per page</a>.  The <b>bt_minkey</b> value specified must be at least 2; if <b>bt_minkey</b> is not explicitly set, a value of 2 is used.</p> <p>The Db.setBtreeMinKey method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setBtreeMinKey method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setBtreeMinKey will be ignored. </p> <hr size=1 noshade> <h3>Description: Db.getBtreeMinKey</h3>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>bt_minkey</CODE> - the minimum number of key/data pairs intended to be stored on any single Btree leaf page.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setBtreeMinKey method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_bt_prefix(com.sleepycat.db.DbBtreePrefix)"><!-- --></A><H3>
set_bt_prefix</H3>
<PRE>
public void <B>set_bt_prefix</B>(<A HREF="../../../com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>&nbsp;bt_prefix_fcn)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setBtreePrefix(com.sleepycat.db.DbBtreePrefix)"><CODE>setBtreePrefix(DbBtreePrefix)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setBtreePrefix(com.sleepycat.db.DbBtreePrefix)"><!-- --></A><H3>
setBtreePrefix</H3>
<PRE>
public void <B>setBtreePrefix</B>(<A HREF="../../../com/sleepycat/db/DbBtreePrefix.html">DbBtreePrefix</A>&nbsp;bt_prefix_fcn)
                    throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_cachesize(long, int)"><!-- --></A><H3>
set_cachesize</H3>
<PRE>
public void <B>set_cachesize</B>(long&nbsp;bytes,
                          int&nbsp;ncache)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setCacheSize(long, int)"><CODE>setCacheSize(long,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setCacheSize(long, int)"><!-- --></A><H3>
setCacheSize</H3>
<PRE>
public void <B>setCacheSize</B>(long&nbsp;bytes,
                         int&nbsp;ncache)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the size of the shared memory buffer pool -- that is, the cache. The cache should be the size of the normal working data set of the application, with some small amount of additional memory for unusual situations.  (Note: the working set is not the same as the number of pages accessed simultaneously, and is usually much larger.)</p> <p>The default cache size is 256KB, and may not be specified as less than 20KB.  Any cache size less than 500MB is automatically increased by 25% to account for buffer pool overhead; cache sizes larger than 500MB are used as specified.  The current maximum size of a single cache is 4GB. (All sizes are in powers-of-two, that is, 256KB is 2^32 not 256,000.) For information on tuning the Berkeley DB cache size, see <a href="../../../../ref/am_conf/cachesize.html">Selecting a cache size</a>.</p> <p>It is possible to specify caches to Berkeley DB larger than 4GB and/or large enough they cannot be allocated contiguously on some architectures.  For example, some releases of Solaris limit the amount of memory that may be allocated contiguously by a process.  If <b>ncache</b> is 0 or 1, the cache will be allocated contiguously in memory.  If it is greater than 1, the cache will be broken up into <b>ncache</b> equally sized, separate pieces of memory.</p> <p>Because databases opened within Berkeley DB environments use the cache specified to the environment, it is an error to attempt to set a cache in a database created within an environment.</p> <p>The Db.setCacheSize method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>bytes</CODE> - The size of the cache in bytes.<DD><CODE>ncache</CODE> - the number of caches to create.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setCacheSize method will fail and throw a IllegalArgumentException exception if the specified cache size was impossibly small; called in a database environment; the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_dup_compare(com.sleepycat.db.DbDupCompare)"><!-- --></A><H3>
set_dup_compare</H3>
<PRE>
public void <B>set_dup_compare</B>(<A HREF="../../../com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>&nbsp;dup_compare_fcn)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setDuplicateCompare(com.sleepycat.db.DbDupCompare)"><CODE>setDuplicateCompare(DbDupCompare)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setDuplicateCompare(com.sleepycat.db.DbDupCompare)"><!-- --></A><H3>
setDuplicateCompare</H3>
<PRE>
public void <B>setDuplicateCompare</B>(<A HREF="../../../com/sleepycat/db/DbDupCompare.html">DbDupCompare</A>&nbsp;dup_compare_fcn)
                         throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_encrypt(java.lang.String, int)"><!-- --></A><H3>
set_encrypt</H3>
<PRE>
public void <B>set_encrypt</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;passwd,
                        int&nbsp;flags)
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><CODE>setEncrypted(String,int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setEncrypted(java.lang.String, int)"><!-- --></A><H3>
setEncrypted</H3>
<PRE>
public void <B>setEncrypted</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;passwd,
                         int&nbsp;flags)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the password used by the Berkeley DB library to perform encryption and decryption.</p> <p>Because databases opened within Berkeley DB environments use the password specified to the environment, it is an error to attempt to set a password in a database created within an environment.</p> <p>The Db.setEncrypted method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_ENCRYPT_AES"><CODE>Db.DB_ENCRYPT_AES</CODE></A><p>Use the Rijndael/AES (also known as the Advanced Encryption Standard and Federal Information Processing Standard (FIPS) 197) algorithm for encryption or decryption. </li></ul><DD><CODE>passwd</CODE> - the password used to perform encryption and decryption.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.setEncrypted method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>Cryptography is not available in this Berkeley DB release.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setEncrypted method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="setFeedbackHandler(com.sleepycat.db.DbFeedbackHandler)"><!-- --></A><H3>
setFeedbackHandler</H3>
<PRE>
public void <B>setFeedbackHandler</B>(<A HREF="../../../com/sleepycat/db/DbFeedbackHandler.html">DbFeedbackHandler</A>&nbsp;db_feedback_fcn)
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_flags(int)"><!-- --></A><H3>
set_flags</H3>
<PRE>
public void <B>set_flags</B>(int&nbsp;flags)
               throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setFlags(int)"><CODE>setFlags(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setFlags(int)"><!-- --></A><H3>
setFlags</H3>
<PRE>
public void <B>setFlags</B>(int&nbsp;flags)
              throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Configure a database.  Calling Db.setFlags is additive; there is no way to clear flags.</p> <p>The Db.setFlags method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or by bitwise inclusively <b>OR</b>'ing together one or more of the following values: <h3>General</h3> <p>The following flags may be specified for any Berkeley DB access method:</p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_CHKSUM"><CODE>Db.DB_CHKSUM</CODE></A><p>Do checksum verification of pages read into the cache from the backing filestore.  Berkeley DB uses the SHA1 Secure Hash Algorithm if encryption is configured and a general hash algorithm if it is not. <p>Calling Db.setFlags with the <code>Db.DB_CHKSUM</code> flag only affects the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle (and any other Berkeley DB handles opened within the scope of that handle).</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_CHKSUM flag will be ignored.</p> If creating additional databases in a file, the checksum behavior specified must be consistent with the existing databases in the file or an error will be returned. </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_ENCRYPT"><CODE>Db.DB_ENCRYPT</CODE></A><p>Encrypt the database using the cryptographic password specified to the <A HREF="../../../com/sleepycat/db/DbEnv.html#setEncrypted(java.lang.String, int)"><CODE>DbEnv.setEncrypted</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#setEncrypted(java.lang.String, int)"><CODE>Db.setEncrypted</CODE></A> methods. <p>Calling Db.setFlags with the <code>Db.DB_ENCRYPT</code> flag only affects the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle (and any other Berkeley DB handles opened within the scope of that handle).</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_ENCRYPT flag must be the same as the existing database or an error will be returned. </p> If creating additional databases in a file, the encryption behavior specified must be consistent with the existing databases in the file or an error will be returned. <p>Encrypted databases are not portable between machines of different byte orders, that is, encrypted databases created on big-endian machines cannot be read on little-endian machines, and vice versa.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_TXN_NOT_DURABLE"><CODE>Db.DB_TXN_NOT_DURABLE</CODE></A><p>If set, Berkeley DB will not write log records for this database.  This means that updates of this database exhibit the ACI (atomicity, consistency, and isolation) properties, but not D (durability); that is, database integrity will be maintained, but if the application or system fails, integrity will not persist.  The database file must be verified and/or restored from backup after a failure.  In order to ensure integrity after application shut down, the database handles must be closed without specifying <A HREF="../../../com/sleepycat/db/Db.html#DB_NOSYNC"><CODE><code>Db.DB_NOSYNC</code></CODE></A>, or all database changes must be flushed from the database environment cache using the <A HREF="../../../com/sleepycat/db/DbEnv.html#txnCheckpoint(int, int, int)"><CODE>DbEnv.txnCheckpoint</CODE></A> method. All database handles for a single physical file must set <code>Db.DB_TXN_NOT_DURABLE</code>, including database handles for different databases in a physical file. <p>Calling Db.setFlags with the <code>Db.DB_TXN_NOT_DURABLE</code> flag only affects the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle (and any other Berkeley DB handles opened within the scope of that handle).</p> </li></ul><h3>Btree</h3> <p>The following flags may be specified for the Btree access method:</p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DUP"><CODE>Db.DB_DUP</CODE></A><p>Permit duplicate data items in the database; that is, insertion when the key of the key/data pair being inserted already exists in the database will be successful.  The ordering of duplicates in the database is determined by the order of insertion, unless the ordering is otherwise specified by use of a cursor operation. <p>The <code>Db.DB_DUPSORT</code> flag is preferred to <code>Db.DB_DUP</code> for performance reasons.  The <code>Db.DB_DUP</code> flag should only be used by applications wanting to order duplicate data items manually.</p> <p>Calling Db.setFlags with the <code>Db.DB_DUP</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_DUP flag must be the same as the existing database or an error will be returned. </p> <p>It is an error to specify both <code>Db.DB_DUP</code> and <code>Db.DB_RECNUM</code>.</p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DUPSORT"><CODE>Db.DB_DUPSORT</CODE></A><p>Permit duplicate data items in the database; that is, insertion when the key of the key/data pair being inserted already exists in the database will be successful.  The ordering of duplicates in the database is determined by the duplicate comparison function. A default lexical comparison will be used. It is an error to specify both <code>Db.DB_DUPSORT</code> and <code>Db.DB_RECNUM</code>. <p>Calling Db.setFlags with the <code>Db.DB_DUPSORT</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_DUPSORT flag must be the same as the existing database or an error will be returned. </p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_RECNUM"><CODE>Db.DB_RECNUM</CODE></A><p>Support retrieval from the Btree using record numbers.  For more information, see the <A HREF="../../../com/sleepycat/db/Db.html#DB_SET_RECNO"><CODE><code>Db.DB_SET_RECNO</code></CODE></A> flag to the <A HREF="../../../com/sleepycat/db/Db.html#get(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Db.get</CODE></A> and <A HREF="../../../com/sleepycat/db/Dbc.html#get(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.get</CODE></A> methods. <p>Logical record numbers in Btree databases are mutable in the face of record insertion or deletion.  See the <code>Db.DB_RENUMBER</code> flag in the Recno access method information for further discussion.</p> <p>Maintaining record counts within a Btree introduces a serious point of contention, namely the page locations where the record counts are stored.  In addition, the entire database must be locked during both insertions and deletions, effectively single-threading the database for those operations.  Specifying <code>Db.DB_RECNUM</code> can result in serious performance degradation for some applications and data sets.</p> <p>It is an error to specify both <code>Db.DB_DUP</code> and <code>Db.DB_RECNUM</code>.</p> <p>Calling Db.setFlags with the <code>Db.DB_RECNUM</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_RECNUM flag must be the same as the existing database or an error will be returned. </p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_REVSPLITOFF"><CODE>Db.DB_REVSPLITOFF</CODE></A><p>Turn off reverse splitting in the Btree.  As pages are emptied in a database, the Berkeley DB Btree implementation attempts to coalesce empty pages into higher-level pages in order to keep the database as small as possible and minimize search time.  This can hurt performance in applications with cyclical data demands; that is, applications where the database grows and shrinks repeatedly.  For example, because Berkeley DB does page-level locking, the maximum level of concurrency in a database of two pages is far smaller than that in a database of 100 pages, so a database that has shrunk to a minimal size can cause severe deadlocking when a new cycle of data insertion begins. <p>Calling Db.setFlags with the <code>Db.DB_REVSPLITOFF</code> flag only affects the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle (and any other Berkeley DB handles opened within the scope of that handle).</p> </li></ul><h3>Hash</h3> <p>The following flags may be specified for the Hash access method:</p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DUP"><CODE>Db.DB_DUP</CODE></A><p>Permit duplicate data items in the database; that is, insertion when the key of the key/data pair being inserted already exists in the database will be successful.  The ordering of duplicates in the database is determined by the order of insertion, unless the ordering is otherwise specified by use of a cursor operation. <p>The <code>Db.DB_DUPSORT</code> flag is preferred to <code>Db.DB_DUP</code> for performance reasons.  The <code>Db.DB_DUP</code> flag should only be used by applications wanting to order duplicate data items manually.</p> <p>Calling Db.setFlags with the <code>Db.DB_DUP</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_DUP flag must be the same as the existing database or an error will be returned. </p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DUPSORT"><CODE>Db.DB_DUPSORT</CODE></A><p>Permit duplicate data items in the database; that is, insertion when the key of the key/data pair being inserted already exists in the database will be successful.  The ordering of duplicates in the database is determined by the duplicate comparison function. A default lexical comparison will be used. It is an error to specify both <code>Db.DB_DUPSORT</code> and <code>Db.DB_RECNUM</code>. <p>Calling Db.setFlags with the <code>Db.DB_DUPSORT</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_DUPSORT flag must be the same as the existing database or an error will be returned. </p> </li></ul><h3>Queue</h3> <p>There are no additional flags that may be specified for the Queue access method.</p> <h3>Recno</h3> <p>The following flags may be specified for the Recno access method:</p> <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_RENUMBER"><CODE>Db.DB_RENUMBER</CODE></A><p>Specifying the <code>Db.DB_RENUMBER</code> flag causes the logical record numbers to be mutable, and change as records are added to and deleted from the database.  For example, the deletion of record number 4 causes records numbered 5 and greater to be renumbered downward by one.  If a cursor was positioned to record number 4 before the deletion, it will refer to the new record number 4, if any such record exists, after the deletion.  If a cursor was positioned after record number 4 before the deletion, it will be shifted downward one logical record, continuing to refer to the same record as it did before. <p>Using the <A HREF="../../../com/sleepycat/db/Db.html#put(com.sleepycat.db.DbTxn, com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Db.put</CODE></A> or <A HREF="../../../com/sleepycat/db/Dbc.html#put(com.sleepycat.db.Dbt, com.sleepycat.db.Dbt, int)"><CODE>Dbc.put</CODE></A> interfaces to create new records will cause the creation of multiple records if the record number is more than one greater than the largest record currently in the database.  For example, creating record 28, when record 25 was previously the last record in the database, will create records 26 and 27 as well as 28.  Attempts to retrieve records that were created in this manner will result in an error return of <a href="../../../../ref/program/errorret.html#DB_KEYEMPTY"><code>Db.DB_KEYEMPTY</code></a>.</p> <p>If a created record is not at the end of the database, all records following the new record will be automatically renumbered upward by one. For example, the creation of a new record numbered 8 causes records numbered 8 and greater to be renumbered upward by one.  If a cursor was positioned to record number 8 or greater before the insertion, it will be shifted upward one logical record, continuing to refer to the same record as it did before.</p> <p>For these reasons, concurrent access to a Recno database with the <code>Db.DB_RENUMBER</code> flag specified may be largely meaningless, although it is supported.</p> <p>Calling Db.setFlags with the <code>Db.DB_RENUMBER</code> flag affects the database, including all threads of control accessing the database.</p> <p>If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the DB_RENUMBER flag must be the same as the existing database or an error will be returned. </p> </li></ul><ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_SNAPSHOT"><CODE>Db.DB_SNAPSHOT</CODE></A><p>This flag specifies that any specified <b>re_source</b> file be read in its entirety when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called.  If this flag is not specified, the <b>re_source</b> file may be read lazily. <p>Calling Db.setFlags with the <code>Db.DB_SNAPSHOT</code> flag only affects the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle (and any other Berkeley DB handles opened within the scope of that handle).</p> </li></ul>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setFlags method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_h_ffactor(int)"><!-- --></A><H3>
set_h_ffactor</H3>
<PRE>
public void <B>set_h_ffactor</B>(int&nbsp;h_ffactor)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHashFillFactor(int)"><CODE>setHashFillFactor(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setHashFillFactor(int)"><!-- --></A><H3>
setHashFillFactor</H3>
<PRE>
public void <B>setHashFillFactor</B>(int&nbsp;h_ffactor)
                       throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the desired density within the hash table.  If no value is specified, the fill factor will be selected dynamically as pages are filled.</p> <p>The Db.setHashFillFactor method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setHashFillFactor method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setHashFillFactor will be ignored. </p> The density is an approximation of the number of keys allowed to accumulate in any one bucket, determining when the hash table grows or shrinks.  If you know the average sizes of the keys and data in your data set, setting the fill factor can enhance performance.  A reasonable rule computing fill factor is to set it to the following:</p> <blockquote><pre>(pagesize - 32) / (average_key_size + average_data_size + 8)</pre></blockquote>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>h_ffactor</CODE> - the desired density within the hash table.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setHashFillFactor method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_h_hash(com.sleepycat.db.DbHash)"><!-- --></A><H3>
set_h_hash</H3>
<PRE>
public void <B>set_h_hash</B>(<A HREF="../../../com/sleepycat/db/DbHash.html">DbHash</A>&nbsp;h_hash_fcn)
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHash(com.sleepycat.db.DbHash)"><CODE>setHash(DbHash)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setHash(com.sleepycat.db.DbHash)"><!-- --></A><H3>
setHash</H3>
<PRE>
public void <B>setHash</B>(<A HREF="../../../com/sleepycat/db/DbHash.html">DbHash</A>&nbsp;h_hash_fcn)
             throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="set_h_nelem(int)"><!-- --></A><H3>
set_h_nelem</H3>
<PRE>
public void <B>set_h_nelem</B>(int&nbsp;h_nelem)
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setHashNumElements(int)"><CODE>setHashNumElements(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setHashNumElements(int)"><!-- --></A><H3>
setHashNumElements</H3>
<PRE>
public void <B>setHashNumElements</B>(int&nbsp;h_nelem)
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set an estimate of the final size of the hash table.</p> <p>In order for the estimate to be used when creating the database, the <A HREF="../../../com/sleepycat/db/Db.html#setHashFillFactor(int)"><CODE>Db.setHashFillFactor</CODE></A> method must also be called.  If the estimate or fill factor are not set or are set too low, hash tables will still expand gracefully as keys are entered, although a slight performance degradation may be noticed.</p> <p>The Db.setHashNumElements method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setHashNumElements method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setHashNumElements will be ignored. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>h_nelem</CODE> - an estimate of the final size of the hash table.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setHashNumElements method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_lorder(int)"><!-- --></A><H3>
set_lorder</H3>
<PRE>
public void <B>set_lorder</B>(int&nbsp;lorder)
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setByteOrder(int)"><CODE>setByteOrder(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setByteOrder(int)"><!-- --></A><H3>
setByteOrder</H3>
<PRE>
public void <B>setByteOrder</B>(int&nbsp;lorder)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the byte order for integers in the stored database metadata.  The host byte order of the machine where the Berkeley DB library was compiled will be used if no byte order is set.</p> <p><b>The access methods provide no guarantees about the byte ordering of the application data stored in the database, and applications are responsible for maintaining any necessary ordering.</b></p> <p>The Db.setByteOrder method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setByteOrder method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setByteOrder will be ignored. </p> If creating additional databases in a single physical file, information specified to Db.setByteOrder will be ignored and the byte order of the existing databases will be used.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>lorder</CODE> - The <b>lorder</b> parameter should represent the byte order as an integer; for example, big endian order is the number 4,321, and little endian order is the number 1,234.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setByteOrder method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_pagesize(long)"><!-- --></A><H3>
set_pagesize</H3>
<PRE>
public void <B>set_pagesize</B>(long&nbsp;pagesize)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setPageSize(long)"><CODE>setPageSize(long)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setPageSize(long)"><!-- --></A><H3>
setPageSize</H3>
<PRE>
public void <B>setPageSize</B>(long&nbsp;pagesize)
                 throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the size of the pages used to hold items in the database, in bytes. The minimum page size is 512 bytes, the maximum page size is 64K bytes, and the page size must be a power-of-two.  If the page size is not explicitly set, one is selected based on the underlying filesystem I/O block size.  The automatically selected size has a lower limit of 512 bytes and an upper limit of 16K bytes.</p> <p>For information on tuning the Berkeley DB page size, see <a href="../../../../ref/am_conf/pagesize.html">Selecting a page size</a>.</p> <p>The Db.setPageSize method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setPageSize method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setPageSize will be ignored. </p> If creating additional databases in a file, the page size specified must be consistent with the existing databases in the file or an error will be returned.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pagesize</CODE> - The <b>pagesize</b> parameter sets the database page size.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setPageSize method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_re_delim(int)"><!-- --></A><H3>
set_re_delim</H3>
<PRE>
public void <B>set_re_delim</B>(int&nbsp;re_delim)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordDelimiter(int)"><CODE>setRecordDelimiter(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setRecordDelimiter(int)"><!-- --></A><H3>
setRecordDelimiter</H3>
<PRE>
public void <B>setRecordDelimiter</B>(int&nbsp;re_delim)
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the delimiting byte used to mark the end of a record in the backing source file for the Recno access method.</p> <p>This byte is used for variable length records if the <b>re_source</b> file is specified.  If the <b>re_source</b> file is specified and no delimiting byte was specified, &lt;newline&gt; characters (that is, ASCII 0x0a) are interpreted as end-of-record markers.</p> <p>The Db.setRecordDelimiter method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setRecordDelimiter method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setRecordDelimiter will be ignored. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>re_delim</CODE> - the delimiting byte used to mark the end of a record.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setRecordDelimiter method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_re_len(int)"><!-- --></A><H3>
set_re_len</H3>
<PRE>
public void <B>set_re_len</B>(int&nbsp;re_len)
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordLength(int)"><CODE>setRecordLength(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setRecordLength(int)"><!-- --></A><H3>
setRecordLength</H3>
<PRE>
public void <B>setRecordLength</B>(int&nbsp;re_len)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>For the Queue access method, specify that the records are of length <b>re_len</b>.  For the Queue access method, the record length must be enough smaller than the database's page size that at least one record plus the database page's metadata information can fit on each database page.</p> <p>For the Recno access method, specify that the records are fixed-length, not byte-delimited, and are of length <b>re_len</b>.</p> <p>Any records added to the database that are less than <b>re_len</b> bytes long are automatically padded (see <A HREF="../../../com/sleepycat/db/Db.html#setRecordPad(int)"><CODE>Db.setRecordPad</CODE></A> for more information).</p> <p>Any attempt to insert records into the database that are greater than <b>re_len</b> bytes long will cause the call to fail immediately and return an error.</p> <p>The Db.setRecordLength method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setRecordLength method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setRecordLength will be ignored. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>re_len</CODE> - the length of a Queue or Recno database record, in bytes.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setRecordLength method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_re_pad(int)"><!-- --></A><H3>
set_re_pad</H3>
<PRE>
public void <B>set_re_pad</B>(int&nbsp;re_pad)
                throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordPad(int)"><CODE>setRecordPad(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setRecordPad(int)"><!-- --></A><H3>
setRecordPad</H3>
<PRE>
public void <B>setRecordPad</B>(int&nbsp;re_pad)
                  throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the padding character for short, fixed-length records for the Queue and Recno access methods.</p> <p>If no pad character is specified, &lt;space&gt; characters (that is, ASCII 0x20) are used for padding.</p> <p>The Db.setRecordPad method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setRecordPad method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setRecordPad will be ignored. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>re_pad</CODE> - the pad character for fixed-length records for the Queue and Recno access methods.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setRecordPad method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_re_source(java.lang.String)"><!-- --></A><H3>
set_re_source</H3>
<PRE>
public void <B>set_re_source</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;source)
                   throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setRecordSource(java.lang.String)"><CODE>setRecordSource(String)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setRecordSource(java.lang.String)"><!-- --></A><H3>
setRecordSource</H3>
<PRE>
public void <B>setRecordSource</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;source)
                     throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the underlying source file for the Recno access method.  The purpose of the <b>source</b> value is to provide fast access and modification to databases that are normally stored as flat text files.</p> <p>The <b>source</b> parameter specifies an underlying flat text database file that is read to initialize a transient record number index.  In the case of variable length records, the records are separated, as specified by <A HREF="../../../com/sleepycat/db/Db.html#setRecordDelimiter(int)"><CODE>Db.setRecordDelimiter</CODE></A>.  For example, standard UNIX byte stream files can be interpreted as a sequence of variable length records separated by &lt;newline&gt; characters.</p> <p>In addition, when cached data would normally be written back to the underlying database file (for example, the <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#sync(int)"><CODE>Db.sync</CODE></A> methods are called), the in-memory copy of the database will be written back to the <b>source</b> file.</p> <p>By default, the backing source file is read lazily; that is, records are not read from the file until they are requested by the application. <b>If multiple processes (not threads) are accessing a Recno database concurrently, and are either inserting or deleting records, the backing source file must be read in its entirety before more than a single process accesses the database, and only that process should specify the backing source file as part of the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> call.  See the <A HREF="../../../com/sleepycat/db/Db.html#DB_SNAPSHOT"><CODE>Db.DB_SNAPSHOT</CODE></A> flag for more information.</b></p> <p><b>Reading and writing the backing source file specified by <b>source</b> cannot be transaction-protected because it involves filesystem operations that are not part of the Db transaction methodology.</b> For this reason, if a temporary database is used to hold the records, it is possible to lose the contents of the <b>source</b> file, for example, if the system crashes at the right instant.  If a file is used to hold the database, normal database recovery on that file can be used to prevent information loss, although it is still possible that the contents of <b>source</b> will be lost if the system crashes.</p> <p>The <b>source</b> file must already exist (but may be zero-length) when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called.</p> <p>It is not an error to specify a read-only <b>source</b> file when creating a database, nor is it an error to modify the resulting database. However, any attempt to write the changes to the backing source file using either the <A HREF="../../../com/sleepycat/db/Db.html#sync(int)"><CODE>Db.sync</CODE></A> or <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A> methods will fail, of course. Specify the <A HREF="../../../com/sleepycat/db/Db.html#DB_NOSYNC"><CODE>Db.DB_NOSYNC</CODE></A> flag to the <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A> method to stop it from attempting to write the changes to the backing file; instead, they will be silently discarded.</p> <p>For all of the previous reasons, the <b>source</b> field is generally used to specify databases that are read-only for Berkeley DB applications; and that are either generated on the fly by software tools or modified using a different mechanism -- for example, a text editor.</p> <p>The Db.setRecordSource method configures operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle, not all operations performed on the underlying database.</p> <p>The Db.setRecordSource method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setRecordSource must be the same as that historically used to create the database or corruption can occur.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The backing flat text database file for a Recno database.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setRecordSource method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="set_q_extentsize(int)"><!-- --></A><H3>
set_q_extentsize</H3>
<PRE>
public void <B>set_q_extentsize</B>(int&nbsp;extentsize)
                      throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of Berkeley DB 4.2, replaced by <A HREF="../../../com/sleepycat/db/Db.html#setQueueExtentSize(int)"><CODE>setQueueExtentSize(int)</CODE></A></I>
<P>
<DD><DL>

<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setQueueExtentSize(int)"><!-- --></A><H3>
setQueueExtentSize</H3>
<PRE>
public void <B>setQueueExtentSize</B>(int&nbsp;extentsize)
                        throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>Set the size of the extents used to hold pages in a Queue database, specified as a number of pages.  Each extent is created as a separate physical file.  If no extent size is set, the default behavior is to create only a single underlying database file.</p> <p>For information on tuning the extent size, see <a href="../../../../ref/am_conf/extentsize.html">Selecting a extent size</a>.</p> <p>The Db.setQueueExtentSize method configures a database, not only operations performed using the specified <A HREF="../../../com/sleepycat/db/Db.html"><CODE>Db</CODE></A> handle.</p> <p>The Db.setQueueExtentSize method may not be called after the <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> method is called. If the database already exists when <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> is called, the information specified to Db.setQueueExtentSize will be ignored. </p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>extentsize</CODE> - the number of pages in a Queue database extent.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.setQueueExtentSize method will fail and throw a IllegalArgumentException exception if the method was called after <A HREF="../../../com/sleepycat/db/Db.html#open(com.sleepycat.db.DbTxn, java.lang.String, java.lang.String, int, int, int)"><CODE>Db.open</CODE></A> was called; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="stat(int)"><!-- --></A><H3>
stat</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html">Object</A> <B>stat</B>(int&nbsp;flags)
            throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.stat method creates a statistical structure and fills it with statistics for the database.</p> <p>If the Db.DB_FAST_STAT flag has not been specified, the Db.stat method will access some of or all the pages in the database, incurring a severe performance penalty as well as possibly flushing the underlying buffer pool.</p> <p>In the presence of multiple threads or processes accessing an active database, the information returned by Db.stat may be out-of-date.</p> <p>If the database was not opened read-only and the Db.DB_FAST_STAT flag was not specified, the cached key and record numbers will be updated after the statistical information has been gathered.</p> <p>The Db.stat method cannot be transaction-protected.  For this reason, it should be called in a thread of control that has no open cursors or active transactions.</p> <h3>Hash Statistics</h3> <p>In the case of a Hash database, the statistics are returned in an instance of DbHashStat.  The data fields are available from DbHashStat: </p> <h3>Btree and Recno Statistics</h3> <p>In the case of a Btree or Recno database, the statistics are returned in an instance of DbBtreeStat.  The data fields are available from DbBtreeStat: </p> <h3>Queue Statistics</h3> <p>In the case of a Queue database, the statistics are returned in an instance of DbQueueStat.  The data fields are available from DbQueueStat: </p> For convenience, the DbBtreeStat, DbHashStat and DbQueueStat classes have a toString method that lists all their data fields.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or one of the following values: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_FAST_STAT"><CODE>Db.DB_FAST_STAT</CODE></A><p>Return only the values which do not require traversal of the database. <p>Among other things, this flag makes it possible for applications to request key and record counts without incurring the performance penalty of traversing the entire database.  If the underlying database is of type Recno, or of type Btree and the database was created with the <A HREF="../../../com/sleepycat/db/Db.html#DB_RECNUM"><CODE><code>Db.DB_RECNUM</code></CODE></A> flag, the count of keys will be exact.  Otherwise, the count of keys will be the value saved the last time the database was traversed, or 0 if no count of keys has ever been made.  If the underlying database is of type Recno, the count of data items will be exact, otherwise, the count of data items will be the value saved the last time the database was traversed, or 0 if no count of data items has ever been done.</p> </li></ul>
<DT><B>Returns:</B><DD>In the case of a Hash database, the statistics are returned in an instance of DbHashStat.  In the case of a Btree or Recno database, the statistics are returned in an instance of DbBtreeStat.  In the case of a Queue database, the statistics are returned in an instance of DbQueueStat.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.stat method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.stat method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="sync(int)"><!-- --></A><H3>
sync</H3>
<PRE>
public void <B>sync</B>(int&nbsp;flags)
          throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.sync method flushes any cached information to disk.</p> <p>If the database is in memory only, the Db.sync method has no effect and will always succeed.</p> <p><b>It is important to understand that flushing cached information to disk only minimizes the window of opportunity for corrupted data.</b> Although unlikely, it is possible for database corruption to happen if a system or application crash occurs while writing data to the database.  To ensure that database corruption never occurs, applications must either: use transactions and logging with automatic recovery; use logging and application-specific recovery; or edit a copy of the database, and once all applications using the database have successfully called <A HREF="../../../com/sleepycat/db/Db.html#close(int)"><CODE>Db.close</CODE></A>, atomically replace the original database with the updated copy.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - currently unused, and must be set to 0.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.sync method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors:
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.sync method will fail and throw a IllegalArgumentException exception if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="truncate(com.sleepycat.db.DbTxn, int)"><!-- --></A><H3>
truncate</H3>
<PRE>
public int <B>truncate</B>(<A HREF="../../../com/sleepycat/db/DbTxn.html">DbTxn</A>&nbsp;txnid,
                    int&nbsp;flags)
             throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.truncate method empties the database, discarding all records it contains. The number of records discarded from the database is returned.</p> <p>It is an error to call the Db.truncate method on a database with open cursors.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_AUTO_COMMIT"><CODE>Db.DB_AUTO_COMMIT</CODE></A><p>Enclose the Db.truncate call within a transaction.  If the call succeeds, changes made by the operation will be recoverable.  If the call fails, the operation will have made no changes. </li></ul><DD><CODE>txnid</CODE> - If the operation is to be transaction-protected, (other than by specifying the Db.DB_AUTO_COMMIT flag), the <b>txnid</b> parameter is a transaction handle returned from <A HREF="../../../com/sleepycat/db/DbEnv.html#txnBegin(com.sleepycat.db.DbTxn, int)"><CODE>DbEnv.txnBegin</CODE></A>; otherwise, null.
<DT><B>Returns:</B><DD>The Db.truncate method returns the number of records discarded from the database.</p>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbDeadlockException.html">DbDeadlockException</A></CODE> - If a transactional database environment operation was selected to resolve a deadlock, the Db.truncate method will fail and throw a <A HREF="../../../com/sleepycat/db/DbDeadlockException.html"><CODE>DbDeadlockException</CODE></A> exception.
<DD><CODE><A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html">DbLockNotGrantedException</A></CODE> - If a Berkeley DB Concurrent Data Store database environment configured for lock timeouts was unable to grant a lock in the allowed time, the Db.truncate method will fail and throw a <A HREF="../../../com/sleepycat/db/DbLockNotGrantedException.html"><CODE>DbLockNotGrantedException</CODE></A> exception.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.truncate method will fail and throw a IllegalArgumentException exception if there are open cursors in the database; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<HR>

<A NAME="upgrade(java.lang.String, int)"><!-- --></A><H3>
upgrade</H3>
<PRE>
public void <B>upgrade</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html">String</A>&nbsp;file,
                    int&nbsp;flags)
             throws <A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></PRE>
<DL>
<DD>The Db.upgrade method upgrades all of the databases included in the file <b>file</b>, if necessary.  If no upgrade is necessary, Db.upgrade always returns success.</p> <p><b>Database upgrades are done in place and are destructive. For example, if pages need to be allocated and no disk space is available, the database may be left corrupted.  Backups should be made before databases are upgraded.  See <a href="../../../../ref/am/upgrade.html">Upgrading databases</a> for more information.</b></p> <p>Unlike all other database operations, Db.upgrade may only be done on a system with the same byte-order as the database.</p> <h3>Environment Variables</h3> <p>If the database was opened within a database environment, the environment variable <b>DB_HOME</b> may be used as the path of the database environment home.</p> <p>Db.upgrade is affected by any database directory specified using the <A HREF="../../../com/sleepycat/db/DbEnv.html#setDataDir(java.lang.String)"><CODE>DbEnv.setDataDir</CODE></A> method, or by setting the "set_data_dir" string in the environment's <b>DB_CONFIG</b> file.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>file</CODE> - the physical file containing the databases to be upgraded.<DD><CODE>flags</CODE> - must be set to 0 or the following value: <ul><li><A HREF="../../../com/sleepycat/db/Db.html#DB_DUPSORT"><CODE>Db.DB_DUPSORT</CODE></A><p><b>This flag is only meaningful when upgrading databases from releases before the Berkeley DB 3.1 release.</b> <p>As part of the upgrade from the Berkeley DB 3.0 release to the 3.1 release, the on-disk format of duplicate data items changed.  To correctly upgrade the format requires applications to specify whether duplicate data items in the database are sorted or not.  Specifying the <code>Db.DB_DUPSORT</code> flag informs Db.upgrade that the duplicates are sorted; otherwise they are assumed to be unsorted.  Incorrectly specifying the value of this flag may lead to database corruption.</p> <p>Further, because the Db.upgrade method upgrades a physical file (including all the databases it contains), it is not possible to use Db.upgrade to upgrade files in which some of the databases it includes have sorted duplicate data items, and some of the databases it includes have unsorted duplicate data items.  If the file does not have more than a single database, if the databases do not support duplicate data items, or if all of the databases that support duplicate data items support the same style of duplicates (either sorted or unsorted), Db.upgrade will work correctly as long as the <code>Db.DB_DUPSORT</code> flag is correctly specified.  Otherwise, the file cannot be upgraded using Db.upgrade; it must be upgraded manually by dumping and reloading the databases.</p> </li></ul>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../com/sleepycat/db/DbException.html">DbException</A></CODE> - The Db.upgrade method may fail and throw <A HREF="../../../com/sleepycat/db/DbException.html"><CODE>DbException</CODE></A>, encapsulating one of the following non-zero errors: <li>The database cannot be upgraded by this version of the Berkeley DB software.
<DD><CODE><A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/IllegalArgumentException.html">IllegalArgumentException</A></CODE> - The Db.upgrade method will fail and throw a IllegalArgumentException exception if the database is not in the same byte-order as the system; or if an invalid flag value or parameter was specified.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Db.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Berkeley DB</b><br><font size="-1"> version 4.2.52</font></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../com/sleepycat/db/DbBtreeStat.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Db.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size=1><a href="../../../../sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font>
</BODY>
</HTML>