API17

API17:JDatabaseMySQLImporter::getChangeColumnSQL

From Joomla! Documentation

Revision as of 23:15, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseMySQLImporter::getChangeColumnSQL

Description

Get the syntax to alter a column.

Template:Description:JDatabaseMySQLImporter::getChangeColumnSQL [Edit Descripton]

Since

Joomla 11.1

Synopsis

protected  JDatabaseMySQLImporter->getChangeColumnSQL ($table, SimpleXMLElement $field)
Parameter Type Default Description
$table string
SimpleXMLElement $field SimpleXMLElement

Returns

string

Defined in

libraries/joomla/database/database/mysqlimporter.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter::getChangeColumnSQL

Examples

<CodeExamplesForm />