API17

Difference between revisions of "JDatabaseImporterMySQLi::getAlterTableSQL"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDatabaseImporterMySQLi::getAlterTableSQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-164|BitBucket]]
 
* {{JVer|11.1}} '''JDatabaseImporterMySQLi::getAlterTableSQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-164|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseImporterMySQLi/11.1|JDatabaseImporterMySQLi]]
+
* {{JVer|11.1}} Class [[API17:JDatabaseImporterMySQLi|JDatabaseImporterMySQLi]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseImporterMySQLi::getAlterTableSQL|Other versions of JDatabaseImporterMySQLi::getAlterTableSQL]]
+
* [[API17:JDatabaseImporterMySQLi::getAlterTableSQL|Other versions of JDatabaseImporterMySQLi::getAlterTableSQL]]
 
{{SeeAlso:JDatabaseImporterMySQLi::getAlterTableSQL}}
 
{{SeeAlso:JDatabaseImporterMySQLi::getAlterTableSQL}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:06, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseImporterMySQLi::getAlterTableSQL[edit]

Description[edit]

Get alters for table if there is a difference.

Template:Description:JDatabaseImporterMySQLi::getAlterTableSQL [Edit Descripton]

protected function getAlterTableSQL (SimpleXMLElement $structure)
Parameter Type Default Description
SimpleXMLElement $structure SimpleXMLElement $structure
  • Returns array
  • Defined on line 172 of libraries/joomla/database/database/mysqliimporter.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseImporterMySQLi::getAlterTableSQL [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />