DbLogc API Ref

#include <db_cxx.h>

class DbLogc { ... };


Description: DbLogc

The DbLogc object is the handle for a cursor into the log files, supporting sequential access to the records stored in log files. The handle is not free-threaded. Once the DbLogc::close method is called, the handle may not be accessed again, regardless of that method's return.



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

APIRef

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