API17

API17:JDatabaseImporterMySQLi::getDropPrimaryKeySQL

From Joomla! Documentation

Revision as of 15:03, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JDatabaseImporterMySQLi::getDropPrimaryKeySQL

Description

Get the SQL syntax to drop a key.

{{subst:Description:JDatabaseImporterMySQLi::getDropPrimaryKeySQL}}

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

See also

{{subst:SeeAlso:JDatabaseImporterMySQLi::getDropPrimaryKeySQL}}

User contributed notes

<CodeExamplesForm />