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