FODBIndexDescriptor() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
FODBIndexDescriptor(String newName, int indexType, String newMemberName, int btreeorder) | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
FODBStringIndexDescriptor(String newName, int newType, String newMemberName, int btreeOrder, int newKeyLen) | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
FODBStringIndexDescriptor(String newName, int newType, String newMemberName, int btreeOrder, int newKeyLen, int btreeMultipleIndexIncrement) | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
FODBStringIndexDescriptor() | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
getIncTabSize() | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
getKeyLen() | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
getMemberName() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
getName() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
getOrder() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
getType() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
isCaseSensitive() | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
isMultiple() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
isUnique() | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
MULTIPLE | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | [static] |
readExternal(ObjectInput in) | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
serialVersionUID | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | [package, static] |
setCaseSensitive(boolean b) | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |
setMemberName(String memberName) | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
setType(int type) | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | |
UNIQUE | org.openmobileis.database.fastobjectdb.FODBIndexDescriptor | [static] |
writeExternal(ObjectOutput out) | org.openmobileis.database.fastobjectdb.FODBStringIndexDescriptor | |