API17:JDatabaseMySQLImporter::getAddColumnSQL
From Joomla! Documentation
JDatabaseMySQLImporter::getAddColumnSQL
Description
Get the SQL syntax to add a column.
Since
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)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples