API17

JDatabaseMySQLImporter::getChangeColumnSQL: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Get the syntax to alter a column.  
Get the syntax to alter a column.  


{{Description:JDatabaseMySQLImporter::getChangeColumnSQL}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLImporter::getChangeColumnSQL|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
===Since===
{{JVer|11.1 }}
{{JVer|11.1 }}
Line 39: Line 37:
===Referenced by===
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::getChangeColumnSQL|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[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}}
 
===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLImporter::getChangeColumnSQL
category=JDatabaseMySQLImporter::getChangeColumnSQL
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:40, 25 March 2017

Joomla 11.1 JDatabaseMySQLImporter::getChangeColumnSQL

Description

Get the syntax to alter a column.


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 (line 313)

Referenced by

See also

Examples

Code Examples