Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0edb29da6b5db90465dd0d294e6cfd6a > files > 347

db4.8-4.8.30-13.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Jan 09 22:45:26 GMT 2014 -->
<title>Db</title>
<meta name="date" content="2014-01-09">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Db";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/sleepycat/db/internal/Db.html" target="_top">Frames</a></li>
<li><a href="Db.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.sleepycat.db.internal</div>
<h2 title="Class Db" class="title">Class Db</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sleepycat.db.internal.Db</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Db</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#swigCMemOwn">swigCMemOwn</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#wrapper">wrapper</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#Db(com.sleepycat.db.internal.DbEnv, int)">Db</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbEnv.html" title="class in com.sleepycat.db.internal">DbEnv</a>&nbsp;dbenv,
  int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#Db(long, boolean)">Db</a></strong>(long&nbsp;cPtr,
  boolean&nbsp;cMemoryOwn)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#associate_foreign(com.sleepycat.db.internal.Db, com.sleepycat.db.ForeignKeyNullifier, int)">associate_foreign</a></strong>(<a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;primary,
                 <a href="../../../../com/sleepycat/db/ForeignKeyNullifier.html" title="interface in com.sleepycat.db">ForeignKeyNullifier</a>&nbsp;callback,
                 int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#associate(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.internal.Db, com.sleepycat.db.SecondaryKeyCreator, int)">associate</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
         <a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;secondary,
         <a href="../../../../com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</a>&nbsp;callback,
         int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#close(int)">close</a></strong>(int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#compact(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactStats, int, com.sleepycat.db.DatabaseEntry)">compact</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;start,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;stop,
       <a href="../../../../com/sleepycat/db/CompactStats.html" title="class in com.sleepycat.db">CompactStats</a>&nbsp;c_data,
       int&nbsp;flags,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;end)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#cursor(com.sleepycat.db.internal.DbTxn, int)">cursor</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
      int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#del(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, int)">del</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
   <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
   int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#err(int, java.lang.String)">err</a></strong>(int&nbsp;error,
   java.lang.String&nbsp;message)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#errx(java.lang.String)">errx</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#exists(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, int)">exists</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
      int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_append_recno()">get_append_recno</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Comparator</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_bt_compare()">get_bt_compare</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_bt_compress()">get_bt_compress</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_bt_decompress()">get_bt_decompress</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_bt_minkey()">get_bt_minkey</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_bt_prefix()">get_bt_prefix</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_byteswapped()">get_byteswapped</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_cachesize_ncache()">get_cachesize_ncache</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_cachesize()">get_cachesize</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_create_dir()">get_create_dir</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_dbname()">get_dbname</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Comparator</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_dup_compare()">get_dup_compare</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_encrypt_flags()">get_encrypt_flags</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/internal/DbEnv.html" title="class in com.sleepycat.db.internal">DbEnv</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_env()">get_env</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_errcall()">get_errcall</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.OutputStream</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_error_stream()">get_error_stream</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_errpfx()">get_errpfx</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_feedback()">get_feedback</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_filename()">get_filename</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_flags()">get_flags</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Comparator</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_h_compare()">get_h_compare</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_h_ffactor()">get_h_ffactor</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_h_hash()">get_h_hash</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_h_nelem()">get_h_nelem</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_lorder()">get_lorder</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.io.OutputStream</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_message_stream()">get_message_stream</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/internal/DbMpoolFile.html" title="class in com.sleepycat.db.internal">DbMpoolFile</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_mpf()">get_mpf</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_msgcall()">get_msgcall</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_multiple()">get_multiple</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_open_flags()">get_open_flags</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_pagesize()">get_pagesize</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_paniccall()">get_paniccall</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/PartitionHandler.html" title="interface in com.sleepycat.db">PartitionHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_partition_callback()">get_partition_callback</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_partition_dirs()">get_partition_dirs</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_partition_keys()">get_partition_keys</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_partition_parts()">get_partition_parts</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_priority()">get_priority</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_q_extentsize()">get_q_extentsize</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_re_delim()">get_re_delim</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_re_len()">get_re_len</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_re_pad()">get_re_pad</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_re_source()">get_re_source</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_seckey_create()">get_seckey_create</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/SecondaryMultiKeyCreator.html" title="interface in com.sleepycat.db">SecondaryMultiKeyCreator</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_secmultikey_create()">get_secmultikey_create</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_transactional()">get_transactional</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get_type()">get_type</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#get(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">get</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
   <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
   <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data,
   int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#getCPtr(com.sleepycat.db.internal.Db)">getCPtr</a></strong>(<a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;obj)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#getPrivateDbEnv()">getPrivateDbEnv</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#join(com.sleepycat.db.internal.Dbc[], int)">join</a></strong>(<a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a>[]&nbsp;curslist,
    int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#key_range(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.KeyRange, int)">key_range</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
         <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
         <a href="../../../../com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</a>&nbsp;key_range,
         int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#open(com.sleepycat.db.internal.DbTxn, java.lang.String, java.lang.String, int, int, int)">open</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
    java.lang.String&nbsp;file,
    java.lang.String&nbsp;database,
    int&nbsp;type,
    int&nbsp;flags,
    int&nbsp;mode)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#pget(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">pget</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
    <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
    <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;pkey,
    <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data,
    int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#put(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">put</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
   <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
   <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;db_put_data,
   int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#remove(java.lang.String, java.lang.String, int)">remove</a></strong>(java.lang.String&nbsp;file,
      java.lang.String&nbsp;database,
      int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#rename(java.lang.String, java.lang.String, java.lang.String, int)">rename</a></strong>(java.lang.String&nbsp;file,
      java.lang.String&nbsp;database,
      java.lang.String&nbsp;newname,
      int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_append_recno(com.sleepycat.db.RecordNumberAppender)">set_append_recno</a></strong>(<a href="../../../../com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</a>&nbsp;db_append_recno_fcn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_bt_compare(java.util.Comparator)">set_bt_compare</a></strong>(java.util.Comparator&nbsp;bt_compare_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_bt_compress(com.sleepycat.db.BtreeCompressor, com.sleepycat.db.BtreeCompressor)">set_bt_compress</a></strong>(<a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;bt_compress_fcn,
               <a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;bt_decompress_fcn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_bt_minkey(int)">set_bt_minkey</a></strong>(int&nbsp;bt_minkey)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_bt_prefix(com.sleepycat.db.BtreePrefixCalculator)">set_bt_prefix</a></strong>(<a href="../../../../com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</a>&nbsp;bt_prefix_fcn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_cachesize(long, int)">set_cachesize</a></strong>(long&nbsp;bytes,
             int&nbsp;ncache)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_create_dir(java.lang.String)">set_create_dir</a></strong>(java.lang.String&nbsp;dir)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_dup_compare(java.util.Comparator)">set_dup_compare</a></strong>(java.util.Comparator&nbsp;dup_compare_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_encrypt(java.lang.String, int)">set_encrypt</a></strong>(java.lang.String&nbsp;passwd,
           int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_errcall(com.sleepycat.db.ErrorHandler)">set_errcall</a></strong>(<a href="../../../../com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</a>&nbsp;db_errcall_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_error_stream(java.io.OutputStream)">set_error_stream</a></strong>(java.io.OutputStream&nbsp;stream)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_errpfx(java.lang.String)">set_errpfx</a></strong>(java.lang.String&nbsp;errpfx)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_feedback(com.sleepycat.db.FeedbackHandler)">set_feedback</a></strong>(<a href="../../../../com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</a>&nbsp;db_feedback_fcn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_flags(int)">set_flags</a></strong>(int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_foreignmultikey_nullifier(com.sleepycat.db.ForeignMultiKeyNullifier)">set_foreignmultikey_nullifier</a></strong>(<a href="../../../../com/sleepycat/db/ForeignMultiKeyNullifier.html" title="interface in com.sleepycat.db">ForeignMultiKeyNullifier</a>&nbsp;nullify)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_h_compare(java.util.Comparator)">set_h_compare</a></strong>(java.util.Comparator&nbsp;h_compare_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_h_ffactor(int)">set_h_ffactor</a></strong>(int&nbsp;h_ffactor)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_h_hash(com.sleepycat.db.Hasher)">set_h_hash</a></strong>(<a href="../../../../com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</a>&nbsp;h_hash_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_h_nelem(int)">set_h_nelem</a></strong>(int&nbsp;h_nelem)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_lorder(int)">set_lorder</a></strong>(int&nbsp;lorder)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_message_stream(java.io.OutputStream)">set_message_stream</a></strong>(java.io.OutputStream&nbsp;stream)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_msgcall(com.sleepycat.db.MessageHandler)">set_msgcall</a></strong>(<a href="../../../../com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</a>&nbsp;db_msgcall_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_pagesize(long)">set_pagesize</a></strong>(long&nbsp;pagesize)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_paniccall(com.sleepycat.db.PanicHandler)">set_paniccall</a></strong>(<a href="../../../../com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</a>&nbsp;db_panic_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_partition_dirs(java.lang.String[])">set_partition_dirs</a></strong>(java.lang.String[]&nbsp;dirp)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_partition(int, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.PartitionHandler)">set_partition</a></strong>(int&nbsp;parts,
             <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;keys,
             <a href="../../../../com/sleepycat/db/PartitionHandler.html" title="interface in com.sleepycat.db">PartitionHandler</a>&nbsp;db_partition_fcn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_priority(int)">set_priority</a></strong>(int&nbsp;priority)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_q_extentsize(int)">set_q_extentsize</a></strong>(int&nbsp;extentsize)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_re_delim(int)">set_re_delim</a></strong>(int&nbsp;re_delim)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_re_len(int)">set_re_len</a></strong>(int&nbsp;re_len)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_re_pad(int)">set_re_pad</a></strong>(int&nbsp;re_pad)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_re_source(java.lang.String)">set_re_source</a></strong>(java.lang.String&nbsp;source)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#set_secmultikey_create(com.sleepycat.db.SecondaryMultiKeyCreator)">set_secmultikey_create</a></strong>(<a href="../../../../com/sleepycat/db/SecondaryMultiKeyCreator.html" title="interface in com.sleepycat.db">SecondaryMultiKeyCreator</a>&nbsp;secmultikey_create_handler)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#sort_multiple(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)">sort_multiple</a></strong>(<a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
             <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#stat(com.sleepycat.db.internal.DbTxn, int)">stat</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
    int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#sync(int)">sync</a></strong>(int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#truncate(com.sleepycat.db.internal.DbTxn, int)">truncate</a></strong>(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
        int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#upgrade(java.lang.String, int)">upgrade</a></strong>(java.lang.String&nbsp;file,
       int&nbsp;flags)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/sleepycat/db/internal/Db.html#verify(java.lang.String, java.lang.String, java.io.OutputStream, int)">verify</a></strong>(java.lang.String&nbsp;file,
      java.lang.String&nbsp;database,
      java.io.OutputStream&nbsp;outfile,
      int&nbsp;flags)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="swigCMemOwn">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>swigCMemOwn</h4>
<pre>protected&nbsp;boolean swigCMemOwn</pre>
</li>
</ul>
<a name="wrapper">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>wrapper</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/Database.html" title="class in com.sleepycat.db">Database</a> wrapper</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Db(long, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Db</h4>
<pre>protected&nbsp;Db(long&nbsp;cPtr,
  boolean&nbsp;cMemoryOwn)</pre>
</li>
</ul>
<a name="Db(com.sleepycat.db.internal.DbEnv, int)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Db</h4>
<pre>public&nbsp;Db(<a href="../../../../com/sleepycat/db/internal/DbEnv.html" title="class in com.sleepycat.db.internal">DbEnv</a>&nbsp;dbenv,
  int&nbsp;flags)
   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="getCPtr(com.sleepycat.db.internal.Db)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCPtr</h4>
<pre>protected static&nbsp;long&nbsp;getCPtr(<a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;obj)</pre>
</li>
</ul>
<a name="getPrivateDbEnv()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrivateDbEnv</h4>
<pre>public&nbsp;boolean&nbsp;getPrivateDbEnv()
                        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="close(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre>public&nbsp;void&nbsp;close(int&nbsp;flags)
           throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_env()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_env</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/internal/DbEnv.html" title="class in com.sleepycat.db.internal">DbEnv</a>&nbsp;get_env()
              throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_append_recno()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_append_recno</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</a>&nbsp;get_append_recno()
                                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_bt_compare()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_bt_compare</h4>
<pre>public&nbsp;java.util.Comparator&nbsp;get_bt_compare()
                                    throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_bt_compress()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_bt_compress</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;get_bt_compress()
                                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_bt_decompress()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_bt_decompress</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;get_bt_decompress()
                                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_bt_prefix()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_bt_prefix</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</a>&nbsp;get_bt_prefix()
                                    throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_feedback()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_feedback</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</a>&nbsp;get_feedback()
                             throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_h_compare()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_h_compare</h4>
<pre>public&nbsp;java.util.Comparator&nbsp;get_h_compare()
                                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_dup_compare()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_dup_compare</h4>
<pre>public&nbsp;java.util.Comparator&nbsp;get_dup_compare()
                                     throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_h_hash()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_h_hash</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</a>&nbsp;get_h_hash()
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_seckey_create()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_seckey_create</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</a>&nbsp;get_seckey_create()
                                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_secmultikey_create()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_secmultikey_create</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/SecondaryMultiKeyCreator.html" title="interface in com.sleepycat.db">SecondaryMultiKeyCreator</a>&nbsp;get_secmultikey_create()
                                                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_secmultikey_create(com.sleepycat.db.SecondaryMultiKeyCreator)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_secmultikey_create</h4>
<pre>public&nbsp;void&nbsp;set_secmultikey_create(<a href="../../../../com/sleepycat/db/SecondaryMultiKeyCreator.html" title="interface in com.sleepycat.db">SecondaryMultiKeyCreator</a>&nbsp;secmultikey_create_handler)</pre>
</li>
</ul>
<a name="set_foreignmultikey_nullifier(com.sleepycat.db.ForeignMultiKeyNullifier)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_foreignmultikey_nullifier</h4>
<pre>public&nbsp;void&nbsp;set_foreignmultikey_nullifier(<a href="../../../../com/sleepycat/db/ForeignMultiKeyNullifier.html" title="interface in com.sleepycat.db">ForeignMultiKeyNullifier</a>&nbsp;nullify)</pre>
</li>
</ul>
<a name="get_partition_callback()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_partition_callback</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/PartitionHandler.html" title="interface in com.sleepycat.db">PartitionHandler</a>&nbsp;get_partition_callback()
                                        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="remove(java.lang.String, java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove</h4>
<pre>public&nbsp;void&nbsp;remove(java.lang.String&nbsp;file,
          java.lang.String&nbsp;database,
          int&nbsp;flags)
            throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a>,
                   java.io.FileNotFoundException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd>
<dd><code>java.io.FileNotFoundException</code></dd></dl>
</li>
</ul>
<a name="rename(java.lang.String, java.lang.String, java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rename</h4>
<pre>public&nbsp;void&nbsp;rename(java.lang.String&nbsp;file,
          java.lang.String&nbsp;database,
          java.lang.String&nbsp;newname,
          int&nbsp;flags)
            throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a>,
                   java.io.FileNotFoundException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd>
<dd><code>java.io.FileNotFoundException</code></dd></dl>
</li>
</ul>
<a name="verify(java.lang.String, java.lang.String, java.io.OutputStream, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>verify</h4>
<pre>public&nbsp;boolean&nbsp;verify(java.lang.String&nbsp;file,
             java.lang.String&nbsp;database,
             java.io.OutputStream&nbsp;outfile,
             int&nbsp;flags)
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a>,
                      java.io.FileNotFoundException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd>
<dd><code>java.io.FileNotFoundException</code></dd></dl>
</li>
</ul>
<a name="get_errcall()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_errcall</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</a>&nbsp;get_errcall()</pre>
</li>
</ul>
<a name="set_errcall(com.sleepycat.db.ErrorHandler)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_errcall</h4>
<pre>public&nbsp;void&nbsp;set_errcall(<a href="../../../../com/sleepycat/db/ErrorHandler.html" title="interface in com.sleepycat.db">ErrorHandler</a>&nbsp;db_errcall_fcn)</pre>
</li>
</ul>
<a name="get_error_stream()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_error_stream</h4>
<pre>public&nbsp;java.io.OutputStream&nbsp;get_error_stream()</pre>
</li>
</ul>
<a name="set_error_stream(java.io.OutputStream)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_error_stream</h4>
<pre>public&nbsp;void&nbsp;set_error_stream(java.io.OutputStream&nbsp;stream)</pre>
</li>
</ul>
<a name="set_errpfx(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_errpfx</h4>
<pre>public&nbsp;void&nbsp;set_errpfx(java.lang.String&nbsp;errpfx)</pre>
</li>
</ul>
<a name="get_errpfx()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_errpfx</h4>
<pre>public&nbsp;java.lang.String&nbsp;get_errpfx()</pre>
</li>
</ul>
<a name="get_message_stream()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_message_stream</h4>
<pre>public&nbsp;java.io.OutputStream&nbsp;get_message_stream()</pre>
</li>
</ul>
<a name="set_message_stream(java.io.OutputStream)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_message_stream</h4>
<pre>public&nbsp;void&nbsp;set_message_stream(java.io.OutputStream&nbsp;stream)</pre>
</li>
</ul>
<a name="get_msgcall()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_msgcall</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</a>&nbsp;get_msgcall()</pre>
</li>
</ul>
<a name="set_msgcall(com.sleepycat.db.MessageHandler)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_msgcall</h4>
<pre>public&nbsp;void&nbsp;set_msgcall(<a href="../../../../com/sleepycat/db/MessageHandler.html" title="interface in com.sleepycat.db">MessageHandler</a>&nbsp;db_msgcall_fcn)</pre>
</li>
</ul>
<a name="set_paniccall(com.sleepycat.db.PanicHandler)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_paniccall</h4>
<pre>public&nbsp;void&nbsp;set_paniccall(<a href="../../../../com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</a>&nbsp;db_panic_fcn)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_paniccall()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_paniccall</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/PanicHandler.html" title="interface in com.sleepycat.db">PanicHandler</a>&nbsp;get_paniccall()
                           throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="associate(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.internal.Db, com.sleepycat.db.SecondaryKeyCreator, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>associate</h4>
<pre>public&nbsp;void&nbsp;associate(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
             <a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;secondary,
             <a href="../../../../com/sleepycat/db/SecondaryKeyCreator.html" title="interface in com.sleepycat.db">SecondaryKeyCreator</a>&nbsp;callback,
             int&nbsp;flags)
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="associate_foreign(com.sleepycat.db.internal.Db, com.sleepycat.db.ForeignKeyNullifier, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>associate_foreign</h4>
<pre>public&nbsp;void&nbsp;associate_foreign(<a href="../../../../com/sleepycat/db/internal/Db.html" title="class in com.sleepycat.db.internal">Db</a>&nbsp;primary,
                     <a href="../../../../com/sleepycat/db/ForeignKeyNullifier.html" title="interface in com.sleepycat.db">ForeignKeyNullifier</a>&nbsp;callback,
                     int&nbsp;flags)
                       throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="compact(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactStats, int, com.sleepycat.db.DatabaseEntry)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compact</h4>
<pre>public&nbsp;void&nbsp;compact(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
           <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;start,
           <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;stop,
           <a href="../../../../com/sleepycat/db/CompactStats.html" title="class in com.sleepycat.db">CompactStats</a>&nbsp;c_data,
           int&nbsp;flags,
           <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;end)
             throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="cursor(com.sleepycat.db.internal.DbTxn, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cursor</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a>&nbsp;cursor(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
         int&nbsp;flags)
           throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="del(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>del</h4>
<pre>public&nbsp;int&nbsp;del(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
      int&nbsp;flags)
        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="err(int, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>err</h4>
<pre>public&nbsp;void&nbsp;err(int&nbsp;error,
       java.lang.String&nbsp;message)</pre>
</li>
</ul>
<a name="errx(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>errx</h4>
<pre>public&nbsp;void&nbsp;errx(java.lang.String&nbsp;message)</pre>
</li>
</ul>
<a name="exists(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>exists</h4>
<pre>public&nbsp;int&nbsp;exists(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
         <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
         int&nbsp;flags)
           throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public&nbsp;int&nbsp;get(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data,
      int&nbsp;flags)
        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_byteswapped()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_byteswapped</h4>
<pre>public&nbsp;boolean&nbsp;get_byteswapped()
                        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_cachesize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_cachesize</h4>
<pre>public&nbsp;long&nbsp;get_cachesize()
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_cachesize_ncache()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_cachesize_ncache</h4>
<pre>public&nbsp;int&nbsp;get_cachesize_ncache()
                         throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_create_dir()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_create_dir</h4>
<pre>public&nbsp;java.lang.String&nbsp;get_create_dir()
                                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_filename()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_filename</h4>
<pre>public&nbsp;java.lang.String&nbsp;get_filename()
                              throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_dbname()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_dbname</h4>
<pre>public&nbsp;java.lang.String&nbsp;get_dbname()
                            throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_encrypt_flags()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_encrypt_flags</h4>
<pre>public&nbsp;int&nbsp;get_encrypt_flags()
                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_flags()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_flags</h4>
<pre>public&nbsp;int&nbsp;get_flags()
              throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_lorder()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_lorder</h4>
<pre>public&nbsp;int&nbsp;get_lorder()
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_mpf()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_mpf</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/internal/DbMpoolFile.html" title="class in com.sleepycat.db.internal">DbMpoolFile</a>&nbsp;get_mpf()
                    throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_open_flags()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_open_flags</h4>
<pre>public&nbsp;int&nbsp;get_open_flags()
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_pagesize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_pagesize</h4>
<pre>public&nbsp;int&nbsp;get_pagesize()
                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_bt_minkey()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_bt_minkey</h4>
<pre>public&nbsp;int&nbsp;get_bt_minkey()
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_h_ffactor()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_h_ffactor</h4>
<pre>public&nbsp;int&nbsp;get_h_ffactor()
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_h_nelem()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_h_nelem</h4>
<pre>public&nbsp;int&nbsp;get_h_nelem()
                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_re_delim()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_re_delim</h4>
<pre>public&nbsp;int&nbsp;get_re_delim()
                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_priority()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_priority</h4>
<pre>public&nbsp;int&nbsp;get_priority()
                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_partition_dirs()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_partition_dirs</h4>
<pre>public&nbsp;java.lang.String[]&nbsp;get_partition_dirs()
                                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_partition_keys()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_partition_keys</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;get_partition_keys()
                                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_partition_parts()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_partition_parts</h4>
<pre>public&nbsp;int&nbsp;get_partition_parts()
                        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_re_len()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_re_len</h4>
<pre>public&nbsp;int&nbsp;get_re_len()
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_re_pad()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_re_pad</h4>
<pre>public&nbsp;int&nbsp;get_re_pad()
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_re_source()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_re_source</h4>
<pre>public&nbsp;java.lang.String&nbsp;get_re_source()
                               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_q_extentsize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_q_extentsize</h4>
<pre>public&nbsp;int&nbsp;get_q_extentsize()
                     throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_multiple()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_multiple</h4>
<pre>public&nbsp;boolean&nbsp;get_multiple()
                     throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_transactional()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_transactional</h4>
<pre>public&nbsp;boolean&nbsp;get_transactional()
                          throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="get_type()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get_type</h4>
<pre>public&nbsp;int&nbsp;get_type()
             throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="join(com.sleepycat.db.internal.Dbc[], int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>join</h4>
<pre>public&nbsp;<a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a>&nbsp;join(<a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal">Dbc</a>[]&nbsp;curslist,
       int&nbsp;flags)
         throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="key_range(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.KeyRange, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>key_range</h4>
<pre>public&nbsp;void&nbsp;key_range(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
             <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
             <a href="../../../../com/sleepycat/db/KeyRange.html" title="class in com.sleepycat.db">KeyRange</a>&nbsp;key_range,
             int&nbsp;flags)
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="open(com.sleepycat.db.internal.DbTxn, java.lang.String, java.lang.String, int, int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>open</h4>
<pre>public&nbsp;void&nbsp;open(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
        java.lang.String&nbsp;file,
        java.lang.String&nbsp;database,
        int&nbsp;type,
        int&nbsp;flags,
        int&nbsp;mode)
          throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a>,
                 java.io.FileNotFoundException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd>
<dd><code>java.io.FileNotFoundException</code></dd></dl>
</li>
</ul>
<a name="pget(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pget</h4>
<pre>public&nbsp;int&nbsp;pget(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;pkey,
       <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data,
       int&nbsp;flags)
         throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="put(com.sleepycat.db.internal.DbTxn, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>put</h4>
<pre>public&nbsp;int&nbsp;put(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
      <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;db_put_data,
      int&nbsp;flags)
        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_append_recno(com.sleepycat.db.RecordNumberAppender)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_append_recno</h4>
<pre>public&nbsp;void&nbsp;set_append_recno(<a href="../../../../com/sleepycat/db/RecordNumberAppender.html" title="interface in com.sleepycat.db">RecordNumberAppender</a>&nbsp;db_append_recno_fcn)
                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_bt_compare(java.util.Comparator)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_bt_compare</h4>
<pre>public&nbsp;void&nbsp;set_bt_compare(java.util.Comparator&nbsp;bt_compare_fcn)
                    throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_bt_minkey(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_bt_minkey</h4>
<pre>public&nbsp;void&nbsp;set_bt_minkey(int&nbsp;bt_minkey)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_bt_compress(com.sleepycat.db.BtreeCompressor, com.sleepycat.db.BtreeCompressor)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_bt_compress</h4>
<pre>public&nbsp;void&nbsp;set_bt_compress(<a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;bt_compress_fcn,
                   <a href="../../../../com/sleepycat/db/BtreeCompressor.html" title="interface in com.sleepycat.db">BtreeCompressor</a>&nbsp;bt_decompress_fcn)
                     throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_bt_prefix(com.sleepycat.db.BtreePrefixCalculator)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_bt_prefix</h4>
<pre>public&nbsp;void&nbsp;set_bt_prefix(<a href="../../../../com/sleepycat/db/BtreePrefixCalculator.html" title="interface in com.sleepycat.db">BtreePrefixCalculator</a>&nbsp;bt_prefix_fcn)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_cachesize(long, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_cachesize</h4>
<pre>public&nbsp;void&nbsp;set_cachesize(long&nbsp;bytes,
                 int&nbsp;ncache)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_create_dir(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_create_dir</h4>
<pre>public&nbsp;void&nbsp;set_create_dir(java.lang.String&nbsp;dir)
                    throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_dup_compare(java.util.Comparator)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_dup_compare</h4>
<pre>public&nbsp;void&nbsp;set_dup_compare(java.util.Comparator&nbsp;dup_compare_fcn)
                     throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_encrypt(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_encrypt</h4>
<pre>public&nbsp;void&nbsp;set_encrypt(java.lang.String&nbsp;passwd,
               int&nbsp;flags)
                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_feedback(com.sleepycat.db.FeedbackHandler)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_feedback</h4>
<pre>public&nbsp;void&nbsp;set_feedback(<a href="../../../../com/sleepycat/db/FeedbackHandler.html" title="interface in com.sleepycat.db">FeedbackHandler</a>&nbsp;db_feedback_fcn)
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_flags(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_flags</h4>
<pre>public&nbsp;void&nbsp;set_flags(int&nbsp;flags)
               throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_h_compare(java.util.Comparator)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_h_compare</h4>
<pre>public&nbsp;void&nbsp;set_h_compare(java.util.Comparator&nbsp;h_compare_fcn)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_h_ffactor(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_h_ffactor</h4>
<pre>public&nbsp;void&nbsp;set_h_ffactor(int&nbsp;h_ffactor)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_h_hash(com.sleepycat.db.Hasher)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_h_hash</h4>
<pre>public&nbsp;void&nbsp;set_h_hash(<a href="../../../../com/sleepycat/db/Hasher.html" title="interface in com.sleepycat.db">Hasher</a>&nbsp;h_hash_fcn)
                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_h_nelem(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_h_nelem</h4>
<pre>public&nbsp;void&nbsp;set_h_nelem(int&nbsp;h_nelem)
                 throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_lorder(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_lorder</h4>
<pre>public&nbsp;void&nbsp;set_lorder(int&nbsp;lorder)
                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_pagesize(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_pagesize</h4>
<pre>public&nbsp;void&nbsp;set_pagesize(long&nbsp;pagesize)
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_partition(int, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.PartitionHandler)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_partition</h4>
<pre>public&nbsp;void&nbsp;set_partition(int&nbsp;parts,
                 <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;keys,
                 <a href="../../../../com/sleepycat/db/PartitionHandler.html" title="interface in com.sleepycat.db">PartitionHandler</a>&nbsp;db_partition_fcn)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_partition_dirs(java.lang.String[])">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_partition_dirs</h4>
<pre>public&nbsp;void&nbsp;set_partition_dirs(java.lang.String[]&nbsp;dirp)
                        throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_priority(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_priority</h4>
<pre>public&nbsp;void&nbsp;set_priority(int&nbsp;priority)
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_re_delim(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_re_delim</h4>
<pre>public&nbsp;void&nbsp;set_re_delim(int&nbsp;re_delim)
                  throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_re_len(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_re_len</h4>
<pre>public&nbsp;void&nbsp;set_re_len(int&nbsp;re_len)
                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_re_pad(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_re_pad</h4>
<pre>public&nbsp;void&nbsp;set_re_pad(int&nbsp;re_pad)
                throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_re_source(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_re_source</h4>
<pre>public&nbsp;void&nbsp;set_re_source(java.lang.String&nbsp;source)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="set_q_extentsize(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_q_extentsize</h4>
<pre>public&nbsp;void&nbsp;set_q_extentsize(int&nbsp;extentsize)
                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="sort_multiple(com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sort_multiple</h4>
<pre>public&nbsp;void&nbsp;sort_multiple(<a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;key,
                 <a href="../../../../com/sleepycat/db/DatabaseEntry.html" title="class in com.sleepycat.db">DatabaseEntry</a>&nbsp;data)
                   throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="stat(com.sleepycat.db.internal.DbTxn, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stat</h4>
<pre>public&nbsp;java.lang.Object&nbsp;stat(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
                    int&nbsp;flags)
                      throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="sync(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sync</h4>
<pre>public&nbsp;void&nbsp;sync(int&nbsp;flags)
          throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="truncate(com.sleepycat.db.internal.DbTxn, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>truncate</h4>
<pre>public&nbsp;int&nbsp;truncate(<a href="../../../../com/sleepycat/db/internal/DbTxn.html" title="class in com.sleepycat.db.internal">DbTxn</a>&nbsp;txnid,
           int&nbsp;flags)
             throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
<a name="upgrade(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>upgrade</h4>
<pre>public&nbsp;void&nbsp;upgrade(java.lang.String&nbsp;file,
           int&nbsp;flags)
             throws <a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../com/sleepycat/db/DatabaseException.html" title="class in com.sleepycat.db">DatabaseException</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/sleepycat/db/internal/Dbc.html" title="class in com.sleepycat.db.internal"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/sleepycat/db/internal/Db.html" target="_top">Frames</a></li>
<li><a href="Db.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>