Berkeley DB: DbLog::compare
DbLog::compare
#include <db_cxx.h>
static int
DbLog::compare(const DbLsn *lsn0, const DbLsn *lsn1);
Description
The 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
DbLog
See Also
DbLog::archive,
DbLog::close,
DbLog::compare,
DbLog::file,
DbLog::flush,
DbLog::get,
DbLog::open,
DbLog::put,
DbLog::db_register,
DbLog::stat,
DbLog::unlink
and
DbLog::db_unregister.