stasis/je-7.5.11/docs/java/com/sleepycat/persist/raw/RawType.html
2019-06-25 16:12:40 -04:00

606 lines
24 KiB
HTML

<!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 (1.8.0_151) on Tue Oct 31 17:36:47 EDT 2017 -->
<title>RawType (Oracle - Berkeley DB Java Edition API)</title>
<meta name="date" content="2017-10-31">
<link rel="stylesheet" type="text/css" href="../../../../style.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RawType (Oracle - Berkeley DB Java Edition API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="class-use/RawType.html">Use</a></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 class="aboutLanguage"><b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 7.5.11</font>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/sleepycat/persist/raw/RawStore.html" title="class in com.sleepycat.persist.raw"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/sleepycat/persist/raw/RawType.html" target="_top">Frames</a></li>
<li><a href="RawType.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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.persist.raw</div>
<h2 title="Interface RawType" class="title">Interface RawType</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">RawType</span></pre>
<div class="block">The type definition for a simple or complex persistent type, or an array
of persistent types.
<p><code>RawType</code> objects are thread-safe. Multiple threads may safely
call the methods of a shared <code>RawType</code> object.</p></div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Mark Hayes</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/persist/model/ClassMetadata.html" title="class in com.sleepycat.persist.model">ClassMetadata</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getClassMetadata--">getClassMetadata</a></span>()</code>
<div class="block">Returns the original model class metadata used to create this class, or
null if this is not a model class.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getClassName--">getClassName</a></span>()</code>
<div class="block">Returns the class name for this type in the format specified by <code>Class.getName()</code>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw">RawType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getComponentType--">getComponentType</a></span>()</code>
<div class="block">Returns the array component type, or null if this is not an array type.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getDimensions--">getDimensions</a></span>()</code>
<div class="block">Returns the number of array dimensions, or zero if this is not an array
type.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/persist/model/EntityMetadata.html" title="class in com.sleepycat.persist.model">EntityMetadata</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getEntityMetadata--">getEntityMetadata</a></span>()</code>
<div class="block">Returns the original model entity metadata used to create this class, or
null if this is not an entity class.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getEnumConstants--">getEnumConstants</a></span>()</code>
<div class="block">Returns an unmodifiable list of the names of the enum instances, or null
if this is not an enum type.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../com/sleepycat/persist/raw/RawField.html" title="interface in com.sleepycat.persist.raw">RawField</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getFields--">getFields</a></span>()</code>
<div class="block">Returns a map of field name to raw field for each non-static
non-transient field declared in this class, or null if this is not a
complex type (in other words, this is a simple type or an array type).</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getId--">getId</a></span>()</code>
<div class="block">Returns the internal unique ID for this type.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw">RawType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getSuperType--">getSuperType</a></span>()</code>
<div class="block">Returns the type of the superclass, or null if the superclass is Object
or this is not a complex type (in other words, this is a simple type or
an array type).</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#getVersion--">getVersion</a></span>()</code>
<div class="block">Returns the class version for this type.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#isArray--">isArray</a></span>()</code>
<div class="block">Returns whether this is an array type.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#isDeleted--">isDeleted</a></span>()</code>
<div class="block">Returns whether this type has been deleted using a class <code>Deleter</code>
mutation.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#isEnum--">isEnum</a></span>()</code>
<div class="block">Returns whether this is an enum type.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#isPrimitive--">isPrimitive</a></span>()</code>
<div class="block">Returns whether this type is a Java primitive: char, byte, short, int,
long, float or double.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#isSimple--">isSimple</a></span>()</code>
<div class="block">Returns whether this is a
<a href="../../../../com/sleepycat/persist/model/Entity.html#simpleTypes">simple type</a>:
primitive, primitive wrapper, BigInteger, BigDecimal, String or Date.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/sleepycat/persist/raw/RawType.html#toString--">toString</a></span>()</code>
<div class="block">Returns an XML representation of the raw type.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getClassName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassName</h4>
<pre>java.lang.String&nbsp;getClassName()</pre>
<div class="block">Returns the class name for this type in the format specified by <code>Class.getName()</code>.
<p>If this class currently exists (has not been removed or renamed) then
the class name may be passed to <code>Class.forName(java.lang.String)</code> to get the current
<code>Class</code> object. However, if this raw type is not the current
version of the class, this type information may differ from that of the
current <code>Class</code>.</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the class name.</dd>
</dl>
</li>
</ul>
<a name="getVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>int&nbsp;getVersion()</pre>
<div class="block">Returns the class version for this type. For simple types, zero is
always returned.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the version.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../com/sleepycat/persist/model/Entity.html#version--"><code>Entity.version()</code></a>,
<a href="../../../../com/sleepycat/persist/model/Persistent.html#version--"><code>Persistent.version()</code></a></dd>
</dl>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>int&nbsp;getId()</pre>
<div class="block">Returns the internal unique ID for this type.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ID.</dd>
</dl>
</li>
</ul>
<a name="isSimple--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSimple</h4>
<pre>boolean&nbsp;isSimple()</pre>
<div class="block">Returns whether this is a
<a href="../../../../com/sleepycat/persist/model/Entity.html#simpleTypes">simple type</a>:
primitive, primitive wrapper, BigInteger, BigDecimal, String or Date.
<p>If true is returned, <a href="../../../../com/sleepycat/persist/raw/RawType.html#isPrimitive--"><code>isPrimitive()</code></a> can be called for more
information, and a raw value of this type is represented as a simple
type object (not as a <a href="../../../../com/sleepycat/persist/raw/RawObject.html" title="class in com.sleepycat.persist.raw"><code>RawObject</code></a>).</p>
<p>If false is returned, this is a complex type, an array type (see
<a href="../../../../com/sleepycat/persist/raw/RawType.html#isArray--"><code>isArray()</code></a>), or an enum type, and a raw value of this type is
represented as a <a href="../../../../com/sleepycat/persist/raw/RawObject.html" title="class in com.sleepycat.persist.raw"><code>RawObject</code></a>.</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is a simple type.</dd>
</dl>
</li>
</ul>
<a name="isPrimitive--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPrimitive</h4>
<pre>boolean&nbsp;isPrimitive()</pre>
<div class="block">Returns whether this type is a Java primitive: char, byte, short, int,
long, float or double.
<p>If true is returned, this is also a simple type. In other words,
primitive types are a subset of simple types.</p>
<p>If true is returned, a raw value of this type is represented as a
non-null instance of the primitive type's wrapper class. For example,
an <code>int</code> raw value is represented as an
<code>Integer</code>.</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is a Java primitive.</dd>
</dl>
</li>
</ul>
<a name="isEnum--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnum</h4>
<pre>boolean&nbsp;isEnum()</pre>
<div class="block">Returns whether this is an enum type.
<p>If true is returned, a value of this type is a <a href="../../../../com/sleepycat/persist/raw/RawObject.html" title="class in com.sleepycat.persist.raw"><code>RawObject</code></a> and
the enum constant String is available via <a href="../../../../com/sleepycat/persist/raw/RawObject.html#getEnum--"><code>RawObject.getEnum()</code></a>.</p>
<p>If false is returned, then this is a complex type, an array type (see
<a href="../../../../com/sleepycat/persist/raw/RawType.html#isArray--"><code>isArray()</code></a>), or a simple type (see <a href="../../../../com/sleepycat/persist/raw/RawType.html#isSimple--"><code>isSimple()</code></a>).</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is a enum type.</dd>
</dl>
</li>
</ul>
<a name="getEnumConstants--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnumConstants</h4>
<pre>java.util.List&lt;java.lang.String&gt;&nbsp;getEnumConstants()</pre>
<div class="block">Returns an unmodifiable list of the names of the enum instances, or null
if this is not an enum type.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the list of enum names.</dd>
</dl>
</li>
</ul>
<a name="isArray--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isArray</h4>
<pre>boolean&nbsp;isArray()</pre>
<div class="block">Returns whether this is an array type. Raw value arrays are represented
as <a href="../../../../com/sleepycat/persist/raw/RawObject.html" title="class in com.sleepycat.persist.raw"><code>RawObject</code></a> instances.
<p>If true is returned, the array component type is returned by <a href="../../../../com/sleepycat/persist/raw/RawType.html#getComponentType--"><code>getComponentType()</code></a> and the number of array dimensions is returned by
<a href="../../../../com/sleepycat/persist/raw/RawType.html#getDimensions--"><code>getDimensions()</code></a>.</p>
<p>If false is returned, then this is a complex type, an enum type (see
<a href="../../../../com/sleepycat/persist/raw/RawType.html#isEnum--"><code>isEnum()</code></a>), or a simple type (see <a href="../../../../com/sleepycat/persist/raw/RawType.html#isSimple--"><code>isSimple()</code></a>).</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is an array type.</dd>
</dl>
</li>
</ul>
<a name="getDimensions--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDimensions</h4>
<pre>int&nbsp;getDimensions()</pre>
<div class="block">Returns the number of array dimensions, or zero if this is not an array
type.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of array dimensions, or zero if this is not an array
type.</dd>
</dl>
</li>
</ul>
<a name="getComponentType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComponentType</h4>
<pre><a href="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw">RawType</a>&nbsp;getComponentType()</pre>
<div class="block">Returns the array component type, or null if this is not an array type.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the array component type, or null if this is not an array type.</dd>
</dl>
</li>
</ul>
<a name="getFields--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFields</h4>
<pre>java.util.Map&lt;java.lang.String,<a href="../../../../com/sleepycat/persist/raw/RawField.html" title="interface in com.sleepycat.persist.raw">RawField</a>&gt;&nbsp;getFields()</pre>
<div class="block">Returns a map of field name to raw field for each non-static
non-transient field declared in this class, or null if this is not a
complex type (in other words, this is a simple type or an array type).</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a map of field name to raw field, or null.</dd>
</dl>
</li>
</ul>
<a name="getSuperType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuperType</h4>
<pre><a href="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw">RawType</a>&nbsp;getSuperType()</pre>
<div class="block">Returns the type of the superclass, or null if the superclass is Object
or this is not a complex type (in other words, this is a simple type or
an array type).</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the type of the superclass, or null.</dd>
</dl>
</li>
</ul>
<a name="getClassMetadata--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassMetadata</h4>
<pre><a href="../../../../com/sleepycat/persist/model/ClassMetadata.html" title="class in com.sleepycat.persist.model">ClassMetadata</a>&nbsp;getClassMetadata()</pre>
<div class="block">Returns the original model class metadata used to create this class, or
null if this is not a model class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the model class metadata, or null.</dd>
</dl>
</li>
</ul>
<a name="getEntityMetadata--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityMetadata</h4>
<pre><a href="../../../../com/sleepycat/persist/model/EntityMetadata.html" title="class in com.sleepycat.persist.model">EntityMetadata</a>&nbsp;getEntityMetadata()</pre>
<div class="block">Returns the original model entity metadata used to create this class, or
null if this is not an entity class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the model entity metadata, or null.</dd>
</dl>
</li>
</ul>
<a name="isDeleted--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDeleted</h4>
<pre>boolean&nbsp;isDeleted()</pre>
<div class="block">Returns whether this type has been deleted using a class <code>Deleter</code>
mutation. A deleted type may be returned by <a href="../../../../com/sleepycat/persist/model/EntityModel.html#getRawTypeVersion-java.lang.String-int-"><code>EntityModel.getRawTypeVersion</code></a> or <a href="../../../../com/sleepycat/persist/model/EntityModel.html#getAllRawTypeVersions-java.lang.String-"><code>EntityModel.getAllRawTypeVersions</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this type has been deleted.</dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>java.lang.String&nbsp;toString()</pre>
<div class="block">Returns an XML representation of the raw type.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="class-use/RawType.html">Use</a></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 class="aboutLanguage"><b>Berkeley DB Java Edition</b><br><font size=\"-1\"> version 7.5.11</font>
</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/sleepycat/persist/raw/RawStore.html" title="class in com.sleepycat.persist.raw"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/sleepycat/persist/raw/RawType.html" target="_top">Frames</a></li>
<li><a href="RawType.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.</font> </small></p>
</body>
</html>