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 Mon 2007-06-04 09:58:47+0400, from revision ???

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