API17

JDatabaseImporterMySQLi::getDropPrimaryKeySQL: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JDatabaseImporterMySQLi::getDropPrimaryKeySQL/11.1 to API17:JDatabaseImporterMySQLi::getDropPrimaryKeySQL without leaving a redirect: Robot: Moved page
m User contributed notes: moving preparation
Line 47: Line 47:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseImporterMySQLi]][[Category:JDatabaseImporterMySQLi::getDropPrimaryKeySQL]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:25, 11 May 2013

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 />