API17:JDatabaseImporterMySQL::getAddColumnSQL
From Joomla! Documentation
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. |
See also
JDatabaseImporterMySQL::getAddColumnSQL source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database
- Other versions of JDatabaseImporterMySQL::getAddColumnSQL
User contributed notes
Code Examples