summaryrefslogtreecommitdiff
path: root/db/docs/api_java/lsn_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/api_java/lsn_class.html')
-rw-r--r--db/docs/api_java/lsn_class.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/db/docs/api_java/lsn_class.html b/db/docs/api_java/lsn_class.html
new file mode 100644
index 000000000..891ba8d0c
--- /dev/null
+++ b/db/docs/api_java/lsn_class.html
@@ -0,0 +1,37 @@
+<!--$Id: lsn_class.so,v 10.11 1999/12/20 08:52:33 bostic Exp $-->
+<!--Copyright 1997, 1998, 1999, 2000 by Sleepycat Software, Inc.-->
+<!--All rights reserved.-->
+<html>
+<head>
+<title>Berkeley DB: DbLsn</title>
+<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
+<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
+</head>
+<body bgcolor=white>
+ <a name="2"><!--meow--></a>
+<table><tr valign=top>
+<td>
+<h1>DbLsn</h1>
+</td>
+<td width="1%">
+<a href="../api_java/java_index.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a>
+</td></tr></table>
+<hr size=1 noshade>
+<tt>
+<h3><pre>
+import com.sleepycat.db.*;
+<p>
+public class DbLsn extends Object { ... }
+</pre></h3>
+<h1>Description</h1>
+<p>A DbLsn is a <b>log sequence number</b> that is fully
+encapsulated. The class itself has no methods, other than a default
+constructor, so there is no way for the user to manipulate its data
+directly.
+</tt>
+<table><tr><td><br></td><td width="1%">
+<a href="../api_java/java_index.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a>
+</td></tr></table>
+<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
+</body>
+</html>