API17:JDatabaseImporterMySQL::getDropColumnSQL
From Joomla! Documentation
JDatabaseImporterMySQL::getDropColumnSQL
Description
Get the SQL syntax to drop a column.
protected function getDropColumnSQL (
$table
$name
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | The table name. | |
| $name | string | The name of the field to drop. |
See also
JDatabaseImporterMySQL::getDropColumnSQL source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database- Other versions of JDatabaseImporterMySQL::getDropColumnSQL
User contributed notes
Code Examples