Google

DbLogc

APIRef

import com.sleepycat.db.*;

public class DbLogc extends Object { ... }

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 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