Build the SQL statement to create an Index on the given table.
Parameters: aTable - - The table name for which the index should be constructed Parameters: indexName - - The name of the Index Parameters: unique - - Should the index be unique Parameters: columnList - - The columns that should build the index the SQL statement to create the index
Return the SQL to re-create the indexes defined for the table.
Parameters: table - Parameters: indexDefinition - Parameters: tableNameToUse - SQL Script to create indexes