/**
  * Exposes the protected getDropIndexSQL method.
  *
  * @param   string  $name  The index name.
  *
  * @return  string
  *
  * @since   12.1
  */
 public function getDropIndexSQL($name)
 {
     return parent::getDropIndexSQL($name);
 }