static interface TransactionTable.EntryVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(TransactionTableEntry entry)
Visit an entry.
|
boolean visit(TransactionTableEntry entry)
TransactionTable.visitEntries(EntryVisitor) will call this
method once for each entry in the transaction table, or until
false is returned by this method.entry - the TransactionTableEntry being visitedtrue if the scan of the transaction table should
continue, or false if the visitor has completed its work
and no more entries need to be visitedApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.