JDatabaseImporterPostgresql::getAlterColumnSQL
Get the SQL syntax for a single column that would be included in a table create statement.
Signature
protected function getAlterColumnSQL(string
$table,
SimpleXMLElement
$fieldĀ )
Parameters
-
$table
- The name of the database table to alter.
-
$field
- The XML field definition.
Returns
- string
Tasks
Line | Task |
---|---|
349 | Incorporate into parent class and use $this. |