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.
Creates a new system index, with a unique internally-generated name, on the given
column with the given state of uniqueness. This index cannot be deleted via DML,
but must be deleted by its associated database object upon its own deletion.
Parameters: table - Table in which col resides Parameters: col - Column to be indexed new system-generated Index with an internally-generated name throws: AxionException - if error occurs during creation