JDatabaseImporterMySQLi::getDropPrimaryKeySQL: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 29: | Line 29: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseImporterMySQLi::getDropPrimaryKeySQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-439|BitBucket]] | * {{JVer|11.1}} '''JDatabaseImporterMySQLi::getDropPrimaryKeySQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-439|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseImporterMySQLi | * {{JVer|11.1}} Class [[API17:JDatabaseImporterMySQLi|JDatabaseImporterMySQLi]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseImporterMySQLi::getDropPrimaryKeySQL|Other versions of JDatabaseImporterMySQLi::getDropPrimaryKeySQL]] | * [[API17:JDatabaseImporterMySQLi::getDropPrimaryKeySQL|Other versions of JDatabaseImporterMySQLi::getDropPrimaryKeySQL]] | ||
{{SeeAlso:JDatabaseImporterMySQLi::getDropPrimaryKeySQL}} | {{SeeAlso:JDatabaseImporterMySQLi::getDropPrimaryKeySQL}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:07, 12 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 />