DbLsn API Ref

#include <db_cxx.h>

class DbLsn : public DB_LSN { ... };


Description: DbLsn

The DbLsn object is a log sequence number which specifies a unique location in a log file. A DbLsn consists of two unsigned 32-bit integers -- one specifies the log file number, and the other specifies an offset in the log file.



Class DbEnv, DbLogc, DbLsn
See Also Logging Subsystem and Related Methods

APIRef

Copyright (c) 1996,2008 Oracle. All rights reserved.