API17

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.  


{{subst:Description:JDatabaseMySQLImporter::getChangeColumnSQL}}
 


===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]]
{{subst: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