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