Inheritance diagram for org.openmobileis.database.fastobjectdb.db.query.soda.SodaStringIndexComparator:
Definition at line 40 of file SodaStringIndexComparator.java.
Public Member Functions | |
SodaStringIndexComparator (boolean caseSensitive) | |
boolean | setOperand (Object ope) |
void | mergeIndexComporator (SodaIndexComparator index) |
boolean | addComparator (int comparator) |
int | getSearchAlgo () |
boolean | isSelected (String searchString) |
return true if the key must be selected for the specified search string | |
int | compareTo (String searchString) |
return >0 if the key is after the specified search string, <0 if before and 0 if equals. | |
boolean | isDistinct () |
void | setDistinct (boolean isDistinct) |
Classes | |
class | StringOperande |