diff options
author | jbj <devnull@localhost> | 2002-01-17 20:11:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-01-17 20:11:42 +0000 |
commit | 3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (patch) | |
tree | 2c6b1149b4b2c9a804aada943f8ee1a362bf6cef /db/docs/api_java | |
parent | 3e0d0877ffe376e5187a173441a5f2a9ad68de49 (diff) | |
download | rpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.tar.gz rpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.tar.bz2 rpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.zip |
Resync with db-4.0.14 (and what's on the rpm-4_0 branch).
CVS patchset: 5254
CVS date: 2002/01/17 20:11:42
Diffstat (limited to 'db/docs/api_java')
-rw-r--r-- | db/docs/api_java/env_set_timeout.html | 4 | ||||
-rw-r--r-- | db/docs/api_java/lock_id_free.html | 4 | ||||
-rw-r--r-- | db/docs/api_java/log_cursor.html | 4 | ||||
-rw-r--r-- | db/docs/api_java/logc_close.html | 4 | ||||
-rw-r--r-- | db/docs/api_java/logc_get.html | 4 | ||||
-rw-r--r-- | db/docs/api_java/txn_set_timeout.html | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/db/docs/api_java/env_set_timeout.html b/db/docs/api_java/env_set_timeout.html index b7502961a..809bfdd48 100644 --- a/db/docs/api_java/env_set_timeout.html +++ b/db/docs/api_java/env_set_timeout.html @@ -1,4 +1,4 @@ -<!--Id: env_set_timeout.so,v 10.2 2001/09/07 21:43:16 bostic Exp --> +<!--Id: env_set_timeout.so,v 10.3 2001/10/22 15:24:31 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public void set_timeout(long timeout, int flags) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbEnv.set_timeout method sets timeout values for locks or diff --git a/db/docs/api_java/lock_id_free.html b/db/docs/api_java/lock_id_free.html index 199bfc9ec..f275643a3 100644 --- a/db/docs/api_java/lock_id_free.html +++ b/db/docs/api_java/lock_id_free.html @@ -1,4 +1,4 @@ -<!--Id: lock_id_free.so,v 10.1 2001/09/25 15:18:55 bostic Exp --> +<!--Id: lock_id_free.so,v 10.2 2001/10/22 15:24:32 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public int lock_id_free(int id) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbEnv.lock_id_free method frees a locker ID allocated by the diff --git a/db/docs/api_java/log_cursor.html b/db/docs/api_java/log_cursor.html index 5ca5cf65f..6c3acd5f7 100644 --- a/db/docs/api_java/log_cursor.html +++ b/db/docs/api_java/log_cursor.html @@ -1,4 +1,4 @@ -<!--Id: log_cursor.so,v 10.1 2001/09/28 15:09:35 bostic Exp --> +<!--Id: log_cursor.so,v 10.2 2001/10/22 15:24:33 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public DbLogc log_cursor(int flags) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbEnv.log_cursor method diff --git a/db/docs/api_java/logc_close.html b/db/docs/api_java/logc_close.html index eea8254e0..90f13965c 100644 --- a/db/docs/api_java/logc_close.html +++ b/db/docs/api_java/logc_close.html @@ -1,4 +1,4 @@ -<!--Id: logc_close.so,v 10.3 2001/10/02 01:33:35 bostic Exp --> +<!--Id: logc_close.so,v 10.4 2001/10/22 15:24:35 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public void close(int flags) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbLogc.logc_close method discards the log cursor. After DbLogc.logc_close diff --git a/db/docs/api_java/logc_get.html b/db/docs/api_java/logc_get.html index 2269a8a4b..0ae8791e1 100644 --- a/db/docs/api_java/logc_get.html +++ b/db/docs/api_java/logc_get.html @@ -1,4 +1,4 @@ -<!--Id: logc_get.so,v 10.30 2001/09/29 15:48:08 dda Exp --> +<!--Id: logc_get.so,v 10.31 2001/10/22 15:24:35 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public int get(DbLsn lsn, Dbt data, int flags) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbLogc.logc_get method retrieve records from the log according to the diff --git a/db/docs/api_java/txn_set_timeout.html b/db/docs/api_java/txn_set_timeout.html index 9279d3b8f..78a1df76d 100644 --- a/db/docs/api_java/txn_set_timeout.html +++ b/db/docs/api_java/txn_set_timeout.html @@ -1,4 +1,4 @@ -<!--Id: txn_set_timeout.so,v 10.2 2001/09/07 21:43:17 bostic Exp --> +<!--Id: txn_set_timeout.so,v 10.3 2001/10/22 15:24:39 bostic Exp --> <!--Copyright 1997-2001 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <html> @@ -22,7 +22,7 @@ import com.sleepycat.db.*; <p> public int set_timeout(long timeout, int flags) - throws DbException; + throws DbException; </pre></h3> <h1>Description</h1> <p>The DbTxn.set_timeout method sets timeout values for locks or |