API17

API17:JDatabaseImporterMySQL::getDropPrimaryKeySQL

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::getDropPrimaryKeySQL

Description

Get the SQL syntax to drop a key.


protected function getDropPrimaryKeySQL ($table)
Parameter Type Default Description
$table string The table name.
  • Returns string
  • Defined on line 447 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples