public interface ScanHandle
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this scan.
|
int |
getGroup()
Get the group for the current log record.
|
DatabaseInstant |
getInstant()
Get the DatabaseInstant for the current log record.
|
Loggable |
getLoggable()
Get the Loggable associated with the currentLogRecord
|
java.io.InputStream |
getOptionalData()
Get an InputStream for reading the optional data associated with
the current log record.
|
java.lang.Object |
getTransactionId()
Get the TransactionId for the current log record.
|
boolean |
next()
Position to the next log record.
|
boolean next() throws StandardException
StandardException
- Oopsint getGroup() throws StandardException
StandardException
- OopsLoggable getLoggable() throws StandardException
StandardException
- Oopsjava.io.InputStream getOptionalData() throws StandardException
StandardException
- OopsDatabaseInstant getInstant() throws StandardException
StandardException
- Oopsjava.lang.Object getTransactionId() throws StandardException
StandardException
- Oopsvoid close()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.