|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axiondb.engine.indexes.BaseIndexFactory
org.axiondb.engine.BTreeIndexFactory
public class BTreeIndexFactory
An IndexFactoryfor B-Tree indices.
| Constructor Summary | |
|---|---|
BTreeIndexFactory()
|
|
| Method Summary | |
|---|---|
Index |
makeNewInstance(java.lang.String name,
Column col,
boolean unique,
boolean memorydb)
|
| 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 |
|---|
public BTreeIndexFactory()
| Method Detail |
|---|
public Index makeNewInstance(java.lang.String name,
Column col,
boolean unique,
boolean memorydb)
throws AxionException
makeNewInstance in interface IndexFactoryAxionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||