org.axiondb.engine
Class ArrayIndexFactory
java.lang.Object
org.axiondb.engine.indexes.BaseIndexFactory
org.axiondb.engine.ArrayIndexFactory
- All Implemented Interfaces:
- IndexFactory
- public class ArrayIndexFactory
- extends BaseIndexFactory
- implements IndexFactory
An IndexFactory
for array indices
.
- Version:
- $Revision: 1.9 $ $Date: 2004/09/09 23:47:45 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayIndexFactory
public ArrayIndexFactory()
makeNewInstance
public Index makeNewInstance(String name,
Column col,
boolean unique)
throws AxionException
- Specified by:
makeNewInstance
in interface IndexFactory
- Throws:
AxionException