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