DbLogc |
![]() ![]() |
#include <db_cxx.h>class DbLogc { ... };
This manual page describes the specific details of the DbLogc class, which provides cursor support for log files.
The DbLogc functions are the library interface supporting sequential access to the records stored in log files. Cursors are created by calling the DbEnv::log_cursor method which returns a pointer to a DbLogc object.
![]() ![]() |