API17:JDatabaseMySQLImporter::getDropPrimaryKeySQL
From Joomla! Documentation
JDatabaseMySQLImporter::getDropPrimaryKeySQL
Description
Get the SQL syntax to drop a key.
Since
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)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples