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 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()
-
-