JDatabaseMySQLImporter::getChangeColumnSQL: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Get the syntax to alter a column. | Get the syntax to alter a column. | ||
===Since=== | ===Since=== | ||
{{JVer|11.1 }} | {{JVer|11.1 }} | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected JDatabaseMySQLImporter::getChangeColumnSQL ($table, SimpleXMLElement $field) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 33: | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/database/mysqlimporter.php | libraries/joomla/database/database/mysqlimporter.php (line 313) | ||
* see source code in [[jplatform:database/database/mysqlimporter.php#cl-313|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | |||
* [[API17:JDatabaseMySQLImporter::getChangeColumnSQL|Other versions of this method]] | |||
* [[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=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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