JDatabaseMySQLImporter::getChangeColumnSQL: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Get the syntax to alter a column. | Get the syntax to alter a column. | ||
===Since=== | ===Since=== | ||
| Line 40: | Line 40: | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[API17:JDatabaseMySQLImporter::getChangeColumnSQL|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::getChangeColumnSQL|Other versions of this method]] | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLImporter::getChangeColumnSQL | category=JDatabaseMySQLImporter::getChangeColumnSQL | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:40, 25 March 2017
JDatabaseMySQLImporter::getChangeColumnSQL
Description
Get the syntax to alter a column.
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
Examples
Code Examples