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

Loggable getNextRecord()
                       throws StandardException
Throws:
StandardException

getOptionalData

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

getThisInstant

LogInstant getThisInstant()
                          throws StandardException
Throws:
StandardException

getLastInstant

LogInstant getLastInstant()
                          throws StandardException
Throws:
StandardException

getFirstInstant

LogInstant getFirstInstant()
                           throws StandardException
Throws:
StandardException

close

void close()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.