com.sleepycat.db.internal
Class DbLogc

java.lang.Object
  extended by com.sleepycat.db.internal.DbLogc

public class DbLogc
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected DbLogc(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void close(int flags)
           
 int get(LogSequenceNumber lsn, DatabaseEntry data, int flags)
           
protected static long getCPtr(DbLogc obj)
           
 int version(int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DbLogc

protected DbLogc(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DbLogc obj)

close

public void close(int flags)
           throws DatabaseException
Throws:
DatabaseException

get

public int get(LogSequenceNumber lsn,
               DatabaseEntry data,
               int flags)
        throws DatabaseException
Throws:
DatabaseException

version

public int version(int flags)
            throws DatabaseException
Throws:
DatabaseException