API17:JDatabaseImporterMySQLi::getColumnSQL
From Joomla! Documentation
JDatabaseImporterMySQLi::getColumnSQL
Description
Get the SQL syntax for a single column that would be included in a table create or alter statement.
protected function getColumnSQL (SimpleXMLElement $field)
| Parameter | Type | Default | Description |
|---|---|---|---|
| SimpleXMLElement $field | SimpleXMLElement | $field The XML field definition. |
See also
JDatabaseImporterMySQLi::getColumnSQL source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database- Other versions of JDatabaseImporterMySQLi::getColumnSQL
User contributed notes
Code Examples