API17:JDatabaseImporterMySQLi::getDropPrimaryKeySQL
From Joomla! Documentation
JDatabaseImporterMySQLi::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
JDatabaseImporterMySQLi::getDropPrimaryKeySQL source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database- Other versions of JDatabaseImporterMySQLi::getDropPrimaryKeySQL
User contributed notes
Code Examples