| java.lang.Object org.axiondb.engine.indexes.BaseIndexFactory
All known Subclasses: org.axiondb.engine.ArrayIndexFactory, org.axiondb.engine.BTreeIndexFactory, org.axiondb.ext.indexes.ttree.TTreeIndexFactory,
BaseIndexFactory | abstract public class BaseIndexFactory implements IndexFactory(Code) | | Abstract base class for
IndexFactory to hold common methods.
version: $Revision: 1.6 $ $Date: 2005/06/29 21:09:30 $ author: Jonathan Giron |
Method Summary | |
public synchronized 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). |
BaseIndexFactory | protected BaseIndexFactory()(Code) | | |
makeNewSystemInstance | public synchronized Index makeNewSystemInstance(Table table, Column col, boolean memorydb) throws AxionException(Code) | | 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, See Also: org.axiondb.Column, boolean) |
|
|