+I!Berkeley DB: DbLog[P

DbLog





#include <db_cxx.h>







Description



CThis manual page describes the specific details of the DbLog class.

DThis class provide a general-purpose logging facility sufficient forBtransaction management. Logs can be shared by multiple processes.

NThe Berkeley DB transaction log is represented by a directory containing a set of files.GThe log is a record-oriented, append-only file, with records identifiedfand accessed via DbLsn's (database log sequence numbers).

]DbLsn's are returned on each DbLog::put operation,\and only those DbLsn's returned by DbLog::put can/later be used to retrieve records from the log.



Class

DbLog



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.
ÿÿ