Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.FODBUniqueLongIndex:
Definition at line 46 of file FODBUniqueLongIndex.java.
Public Member Functions | |
FODBUniqueLongIndex (FODBIndexHeader newHeader, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
FODBUniqueLongIndex (FODBLongIndexDescriptor descriptor, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
int | getType () |
long | getKeyPosition (Object keytosearch) throws FODBException |
FODBIndexDescriptor | getIndexDescriptor () |
Protected Member Functions | |
void | writeKeyPtr (Node pg, int pos, long newptr) throws IOException, ClassNotFoundException |
void | addSearchResult (LongNode pg, int pos, LongArray array) throws IOException, ClassNotFoundException |
boolean | removeKeyPtr (Node pg, int pos, long pointer) throws IOException, ClassNotFoundException |