org.axiondb.engine.indexes

Class BaseIndexFactory

public abstract class BaseIndexFactory extends Object implements IndexFactory

Abstract base class for IndexFactoryto hold common methods.

Version: $Revision: 1.6 $ $Date: 2005/06/29 21:09:30 $

Author: Jonathan Giron

Constructor Summary
protected BaseIndexFactory()
Method Summary
IndexmakeNewSystemInstance(Table table, Column col, boolean memorydb)
Creates a new system instance with an autogenerated index name that combines the table name, column name, and current UNIX time (expressed in hexadecimal).

Constructor Detail

BaseIndexFactory

protected BaseIndexFactory()

Method Detail

makeNewSystemInstance

public Index makeNewSystemInstance(Table table, Column col, boolean memorydb)
Creates a new system instance with an autogenerated index name that combines the table name, column name, and current UNIX time (expressed in hexadecimal).

See Also: org.axiondb.IndexFactory.makeNewSystemInstance(org.axiondb.Table, org.axiondb.Column, boolean)