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