API17

API17:JDatabaseMySQLImporter::getChangeColumnSQL

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getChangeColumnSQL

Description

Get the syntax to alter a column.


Since

Joomla 11.1

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)

Referenced by

See also

Examples

Code Examples