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: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:25, 11 May 2013
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. |
See also
JDatabaseImporterMySQLi::getDropPrimaryKeySQL source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database- Other versions of JDatabaseImporterMySQLi::getDropPrimaryKeySQL
Template:SeeAlso:JDatabaseImporterMySQLi::getDropPrimaryKeySQL [Edit See Also]
User contributed notes
<CodeExamplesForm />