Drop an index.
$table: The table to be altered.
$name: The name of the index.
TRUE if the index was successfully dropped, FALSE if there was no index by that name to begin with.
public abstract function dropIndex($table, $name);