org.exist.storage.btree
Interface BTreeCallback
- public interface BTreeCallback
BTreeCallback is a callback interface for BTree queries.
|
Method Summary |
boolean |
indexInfo(Value value,
long pointer)
indexInfo is a callback method for index enumeration. |
indexInfo
public boolean indexInfo(Value value,
long pointer)
throws TerminatedException
- indexInfo is a callback method for index enumeration.
- Parameters:
value - The Value being reportedpointer - The data pointer being reported
- Returns:
- false to cancel the enumeration
- Throws:
TerminatedException
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.