API17

API17:JDatabaseMySQLImporter::getDropPrimaryKeySQL

From Joomla! Documentation

Revision as of 02:40, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseMySQLImporter::getDropPrimaryKeySQL

Description

Get the SQL syntax to drop a key.


Since

Joomla 11.1

Synopsis

protected JDatabaseMySQLImporter::getDropPrimaryKeySQL ($table)
Parameter Type Default Description
$table string The table name.

Returns

string

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 446)

Referenced by

See also

Examples

Code Examples