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