API17

API17:JDatabaseMySQLImporter::getAddColumnSQL

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getAddColumnSQL

Description

Get the SQL syntax to add a column.


Since

Joomla 11.1

Synopsis

protected JDatabaseMySQLImporter::getAddColumnSQL ($table, SimpleXMLElement $field)
Parameter Type Default Description
$table string The table name.
SimpleXMLElement $field SimpleXMLElement $field The XML field definition.

Returns

string

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 138)

Referenced by

See also

Examples

Code Examples