org.axiondb.engine
Class BTreeIndexFactory

java.lang.Object
  extended byorg.axiondb.engine.indexes.BaseIndexFactory
      extended byorg.axiondb.engine.BTreeIndexFactory
All Implemented Interfaces:
IndexFactory

public class BTreeIndexFactory
extends BaseIndexFactory
implements IndexFactory

An IndexFactory for B-Tree indices.

Version:
$Revision: 1.9 $ $Date: 2004/08/19 22:34:00 $

Constructor Summary
BTreeIndexFactory()
           
 
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

BTreeIndexFactory

public BTreeIndexFactory()
Method Detail

makeNewInstance

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