JDatabaseImporterMysqli::getDropKeySQL
Get the SQL syntax to drop a key.
Signature
protected function getDropKeySQL(string
$table,
string
$nameĀ )
Parameters
-
$table
- The table name.
-
$name
- The name of the key to drop.
Returns
- string