API17

JDatabaseImporterMySQLi::getColumnSQL: Difference between revisions

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::getColumnSQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-351|BitBucket]]
* {{JVer|11.1}} '''JDatabaseImporterMySQLi::getColumnSQL source code''' on [[jplatform:database/database/mysqliimporter.php#cl-351|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::getColumnSQL|Other versions of JDatabaseImporterMySQLi::getColumnSQL]]
* [[API17:JDatabaseImporterMySQLi::getColumnSQL|Other versions of JDatabaseImporterMySQLi::getColumnSQL]]
{{SeeAlso:JDatabaseImporterMySQLi::getColumnSQL}}
{{SeeAlso:JDatabaseImporterMySQLi::getColumnSQL}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:06, 12 May 2013

Joomla 11.1 JDatabaseImporterMySQLi::getColumnSQL

Description

Get the SQL syntax for a single column that would be included in a table create or alter statement.

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

protected function getColumnSQL (SimpleXMLElement $field)
Parameter Type Default Description
SimpleXMLElement $field SimpleXMLElement $field The XML field definition.
  • Returns string
  • Defined on line 359 of libraries/joomla/database/database/mysqliimporter.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />