API17

API17:JDatabaseImporterMySQL::getDropColumnSQL

From Joomla! Documentation

Joomla 11.1 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.
  • Returns string
  • Defined on line 414 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples