org.axiondb.engine
Class ArrayIndexFactory

java.lang.Object
  extended byorg.axiondb.engine.indexes.BaseIndexFactory
      extended byorg.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 $

Constructor Summary
ArrayIndexFactory()
           
 
Method Summary
 Index makeNewInstance(String name, Column col, boolean unique)
           
 
Methods inherited from class org.axiondb.engine.indexes.BaseIndexFactory
makeNewSystemInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axiondb.IndexFactory
makeNewSystemInstance
 

Constructor Detail

ArrayIndexFactory

public ArrayIndexFactory()
Method Detail

makeNewInstance

public Index makeNewInstance(String name,
                             Column col,
                             boolean unique)
                      throws AxionException
Specified by:
makeNewInstance in interface IndexFactory
Throws:
AxionException