public interface IndexFactory
Index
instances.Modifier and Type | Method and Description |
---|---|
Index |
makeNewInstance(java.lang.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.
|
Index makeNewInstance(java.lang.String name, Column col, boolean unique, boolean memorydb) throws AxionException
AxionException
Index makeNewSystemInstance(Table table, Column col, boolean memorydb) throws AxionException
table
- Table in which col
residescol
- Column to be indexedAxionException
- if error occurs during creation