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.11 $ $Date: 2005/12/23 01:32:24 $
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,
boolean memorydb)
throws AxionException
- Specified by:
makeNewInstance
in interface IndexFactory
- Throws:
AxionException