JDatabaseImporterMySQL::getDropColumnSQL: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JDatabaseImporterMySQL::getDropColumnSQL/11.1 to API17:JDatabaseImporterMySQL::getDropColumnSQL without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 20:51, 10 May 2013
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 />