Google

DbLogc

APIRef

#include <db_cxx.h>

class DbLogc { ... };

Description

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.

Class

DbEnv

See Also

DbEnv::set_lg_bsize, DbEnv::set_lg_dir, DbEnv::set_lg_max, DbEnv::set_lg_regionmax, DbEnv::log_archive, DbEnv::log_compare, DbEnv::log_cursor, DbEnv::log_file, DbEnv::log_flush, DbEnv::log_put, DbEnv::log_register, DbEnv::log_stat, DbEnv::log_unregister, DbLogc::logc_close and DbLogc::logc_get.

APIRef

Copyright Sleepycat Software