API17

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/11.1|JDatabaseImporterMySQLi]]
* {{JVer|11.1}} Class [[API17:JDatabaseImporterMySQLi|JDatabaseImporterMySQLi]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|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

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