org.axiondb.engine
Class BTreeIndexFactory
java.lang.Object
org.axiondb.engine.indexes.BaseIndexFactory
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTreeIndexFactory
public BTreeIndexFactory()
makeNewInstance
public Index makeNewInstance(String name,
Column col,
boolean unique)
throws AxionException
- Specified by:
makeNewInstance
in interface IndexFactory
- Throws:
AxionException