|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTreeException | |
com.dbxml.db.common.btree | Defines the dbXML BTree implementation as well as the low-level Paged file system. |
Uses of BTreeException in com.dbxml.db.common.btree |
Subclasses of BTreeException in com.dbxml.db.common.btree | |
class |
BTreeCorruptException
A BTreeCorruptException is thrown by the BTree if the BTree appears to be corrupted in some way. |
class |
BTreeNotFoundException
A BTreeNotFoundException is thrown by the BTree if a Value can't be found in the BTree. |
Methods in com.dbxml.db.common.btree that throw BTreeException | |
long |
BTree.findValue(Transaction tx,
Value value)
findValue finds a Value in the BTree and returns the associated pointer for it. |
void |
BTree.query(Transaction tx,
IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |