API17:JDatabaseImporterMySQL::getDropColumnSQL
From Joomla! Documentation
JDatabaseImporterMySQL::getDropColumnSQL
Description
Get the SQL syntax to drop a column.
Template:Description:JDatabaseImporterMySQL::getDropColumnSQL [Edit Descripton]
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
Template:SeeAlso:JDatabaseImporterMySQL::getDropColumnSQL [Edit See Also]
User contributed notes
<CodeExamplesForm />