-I)Berkeley DB: DbLog.compare[P

DbLog.compare





import com.sleepycat.db.*;

2public static int compare(DbLsn lsn0, DbLsn lsn1);





Description



9The DbLog.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.



Class

3DbLog



See Also

>DbLog.archive,:DbLog.close,DbLog.compare,8DbLog.file,:DbLog.flush,6DbLog.get,8DbLog.open,6DbLog.put,FDbLog.db_register,8DbLog.stat,;DbLog.unlinkandJDbLog.db_unregister.
ÿÿ