API17

API17:JDatabaseImporterMySQLi::getDropPrimaryKeySQL

From Joomla! Documentation

Revision as of 01:07, 12 May 2013 by JoomlaWikiBot (talk | contribs) (See also: moving preparation)

Joomla 11.1 JDatabaseImporterMySQLi::getDropPrimaryKeySQL

Description

Get the SQL syntax to drop a key.

Template:Description:JDatabaseImporterMySQLi::getDropPrimaryKeySQL [Edit Descripton]

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

Template:SeeAlso:JDatabaseImporterMySQLi::getDropPrimaryKeySQL [Edit See Also]

User contributed notes

<CodeExamplesForm />