DbLogc |
![]() ![]() |
import com.sleepycat.db.*;public class DbLogc extends Object { ... }
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.
![]() ![]() |