API17

API17:JDatabaseMySQLImporter::getDropKeySQL

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getDropKeySQL

Description

Get the SQL syntax to drop a key.


Since

Joomla 11.1

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)

Referenced by

See also

Examples

Code Examples