API17

API17:JDatabaseMySQLImporter::getDropPrimaryKeySQL

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getDropPrimaryKeySQL

Description

Get the SQL syntax to drop a key.


Since

Joomla 11.1

Synopsis

protected JDatabaseMySQLImporter::getDropPrimaryKeySQL ($table)
Parameter Type Default Description
$table string The table name.

Returns

string

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 446)

Referenced by

See also

Examples

Code Examples