Returns true if the table contains an index with the given indexName.
indexName
bool containsIndexNamed(String indexName) { return findIndexNamed(indexName) != null; }