JDatabaseImporterMysqli::getColumnSQL
Get the SQL syntax for a single column that would be included in a table create or alter statement.
Signature
protected function getColumnSQL(SimpleXMLElement
$fieldĀ )
Parameters
-
$field
- The XML field definition.
Returns
- string
Tasks
Line | Task |
---|---|
252 | Incorporate into parent class and use $this. |