Google

DB_LSN

APIRef

#include <db.h>

typedef struct __db_lsn DB_LSN;

Description

The DB_LSN object is a log sequence number which specifies a unique location in a log file. It has no methods and its data may not be manipulated by an application.

Class

DB_ENV, DB_LOGC, DB_LSN

See Also

Logging Subsystem and Related Methods

APIRef

Copyright Sleepycat Software