API17

API17:JDatabaseImporterMySQL::getAddColumnSQL

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::getAddColumnSQL

Description

Get the SQL syntax to add a column.


protected function getAddColumnSQL (
        $table
        SimpleXMLElement $field
)
Parameter Type Default Description
$table string The table name.
SimpleXMLElement $field SimpleXMLElement $field The XML field definition.
  • Returns string
  • Defined on line 139 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples