org.apache.derby.iapi.store.raw
Interface ScannedTransactionHandle


public interface ScannedTransactionHandle


Method Summary
 void close()
           
 LogInstant getFirstInstant()
           
 LogInstant getLastInstant()
           
 Loggable getNextRecord()
           
 java.io.InputStream getOptionalData()
           
 LogInstant getThisInstant()
           
 

Method Detail

getNextRecord

public Loggable getNextRecord()
                       throws StandardException
Throws:
StandardException

getOptionalData

public java.io.InputStream getOptionalData()
                                    throws StandardException
Throws:
StandardException

getThisInstant

public LogInstant getThisInstant()
                          throws StandardException
Throws:
StandardException

getLastInstant

public LogInstant getLastInstant()
                          throws StandardException
Throws:
StandardException

getFirstInstant

public LogInstant getFirstInstant()
                           throws StandardException
Throws:
StandardException

close

public void close()

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.