Package org.apache.derby.iapi.store.raw
Interface ScannedTransactionHandle
-
public interface ScannedTransactionHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()LogInstantgetFirstInstant()LogInstantgetLastInstant()LoggablegetNextRecord()java.io.InputStreamgetOptionalData()LogInstantgetThisInstant()
-
-
-
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()
-
-