API17:JDatabaseImporterMySQL::getDropPrimaryKeySQL
From Joomla! Documentation
JDatabaseImporterMySQL::getDropPrimaryKeySQL
Description
Get the SQL syntax to drop a key.
protected function getDropPrimaryKeySQL ($table)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | The table name. |
See also
JDatabaseImporterMySQL::getDropPrimaryKeySQL source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database- Other versions of JDatabaseImporterMySQL::getDropPrimaryKeySQL
User contributed notes
Code Examples