Inheritance diagram for org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor:
Definition at line 38 of file FODBStringIndexDescriptor.java.
Public Member Functions | ||||
FODBStringIndexDescriptor (String newName, int newType, String newMemberName, int btreeOrder, int newKeyLen) | ||||
FODBStringIndexDescriptor (String newName, int newType, String newMemberName, int btreeOrder, int newKeyLen, int btreeMultipleIndexIncrement) | ||||
FODBStringIndexDescriptor () | ||||
void | writeExternal (ObjectOutput out) throws IOException | |||
void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException | |||
int | getIncTabSize () | |||
int | getKeyLen () | |||
boolean | isCaseSensitive () | |||
| ||||
void | setCaseSensitive (boolean b) | |||
| ||||
Static Package Attributes | ||||
static final long | serialVersionUID = 5521257935120563452L |