API17:JDatabaseMySQLImporter::getChangeColumnSQL
From Joomla! Documentation
JDatabaseMySQLImporter::getChangeColumnSQL
Description
Get the syntax to alter a column.
Since
Synopsis
protected JDatabaseMySQLImporter::getChangeColumnSQL ($table, SimpleXMLElement $field)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | ||
SimpleXMLElement $field | SimpleXMLElement |
Returns
string
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 313)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples