API17:JDatabaseMySQLImporter::getDropKeySQL
From Joomla! Documentation
JDatabaseMySQLImporter::getDropKeySQL
Description
Get the SQL syntax to drop a key.
Since
Synopsis
protected JDatabaseMySQLImporter::getDropKeySQL ($table, $name)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | The table name. | |
$name | string | $field The name of the key to drop. |
Returns
string
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 430)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples