org.openmobileis.database.fastobjectdb.db.index
Class FODBIndexFactory
java.lang.Object
org.openmobileis.database.fastobjectdb.db.index.FODBIndexFactory
- public final class FODBIndexFactory
- extends java.lang.Object
Factory use to create index
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNIQUE
public static final int UNIQUE
- See Also:
- Constant Field Values
MULTIPLE
public static final int MULTIPLE
- See Also:
- Constant Field Values
FODBIndexFactory
public FODBIndexFactory()
getFactory
public static FODBIndexFactory getFactory()
isValidKeyType
protected boolean isValidKeyType(java.lang.Class keyType,
java.lang.Class indexType)
createIndex
public FODBIndex createIndex(FODBIndexDescriptor descriptor,
java.lang.Class objectType,
FODBCollectionIndexFile cFile)
throws BadDataFormatException,
FODBException
- Throws:
BadDataFormatException
FODBException
createIndex
public FODBIndex createIndex(FODBIndexHeader header,
java.lang.Class objectType,
FODBCollectionIndexFile cFile)
throws BadDataFormatException,
FODBException
- Throws:
BadDataFormatException
FODBException
Copyright 2006 OpenMobileIS. All Rights Reserved.