org.axiondb.engine.indexes
public abstract class BaseIndexFactory extends Object implements IndexFactory
Version: $Revision: 1.6 $ $Date: 2005/06/29 21:09:30 $
Constructor Summary | |
---|---|
protected | BaseIndexFactory() |
Method Summary | |
---|---|
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)