JDatabaseMySQLImporter::getChangeColumnSQL: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Get the syntax to alter a column. | Get the syntax to alter a column. | ||
{{Description:JDatabaseMySQLImporter::getChangeColumnSQL}} | {{subst:Description:JDatabaseMySQLImporter::getChangeColumnSQL}} | ||
===Since=== | ===Since=== | ||
{{JVer|11.1 }} | {{JVer|11.1 }} | ||
| Line 39: | Line 37: | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[API17:JDatabaseMySQLImporter::getChangeColumnSQL|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::getChangeColumnSQL|Other versions of this method]] | ||
{{SeeAlso:JDatabaseMySQLImporter::getChangeColumnSQL}} | {{subst:SeeAlso:JDatabaseMySQLImporter::getChangeColumnSQL}} | ||
===Examples=== | ===Examples=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:05, 24 March 2017
JDatabaseMySQLImporter::getChangeColumnSQL
Description
Get the syntax to alter a column.
{{subst:Description:JDatabaseMySQLImporter::getChangeColumnSQL}}
Since
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 (line 313)
- see source code in BitBucket
Referenced by
See also
{{subst:SeeAlso:JDatabaseMySQLImporter::getChangeColumnSQL}}
Examples
<CodeExamplesForm />