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