API17:JDatabaseImporterMySQLi::getDropColumnSQL
From Joomla! Documentation
JDatabaseImporterMySQLi::getDropColumnSQL
Description
Get the SQL syntax to drop a column.
Template:Description:JDatabaseImporterMySQLi::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
JDatabaseImporterMySQLi::getDropColumnSQL source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database- Other versions of JDatabaseImporterMySQLi::getDropColumnSQL
Template:SeeAlso:JDatabaseImporterMySQLi::getDropColumnSQL [Edit See Also]
User contributed notes
<CodeExamplesForm />