API17

API17:JDatabaseImporterMySQL::getChangeColumnSQL

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::getChangeColumnSQL

Description

Get the syntax to alter a column.


protected function getChangeColumnSQL (
        $table
        SimpleXMLElement $field
)
Parameter Type Default Description
$table string
SimpleXMLElement $field SimpleXMLElement
  • Returns string
  • Defined on line 314 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples