www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage
Copyright (C) 2000-2012 Philippe Troin <webmaster@fifi.org>.
Validate HTML Validate CSS
Whole document tree
import com.sleepycat.db.*; public static int log_compare(DbLsn lsn0, DbLsn lsn1);
public static int log_compare(DbLsn lsn0, DbLsn lsn1);
The DbEnv.log_compare method allows the caller to compare two DbLsn objects, returning 0 if they are equal, 1 if lsn0 is greater than lsn1, and -1 if lsn0 is less than lsn1.
Copyright Sleepycat Software