org.axiondb
public interface IndexFactory
Version: $Revision: 1.7 $ $Date: 2005/06/29 21:09:29 $
Method Summary | |
---|---|
Index | makeNewInstance(String name, Column col, boolean unique, boolean memorydb) |
Index | makeNewSystemInstance(Table table, Column col, boolean memorydb)
Creates a new system index, with a unique internally-generated name, on the given
column with the given state of uniqueness. |
Parameters: table Table in which col
resides col Column to be indexed
Returns: new system-generated Index with an internally-generated name
Throws: AxionException if error occurs during creation