dropIndex abstract method

String dropIndex(
  1. String indexName
)

Generates a DROP INDEX statement.

Implementation

String dropIndex(String indexName);