API17:JDatabaseImporterMySQL::getChangeColumnSQL
From Joomla! Documentation
JDatabaseImporterMySQL::getChangeColumnSQL
Description
Get the syntax to alter a column.
protected function getChangeColumnSQL (
$table
SimpleXMLElement $field
)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | ||
SimpleXMLElement $field | SimpleXMLElement |
See also
JDatabaseImporterMySQL::getChangeColumnSQL source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database
- Other versions of JDatabaseImporterMySQL::getChangeColumnSQL
User contributed notes
Code Examples