API17

JDatabaseImporterMySQLi::getAddColumnSQL: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get the SQL syntax to add a column.  
Get the SQL syntax to add a column.  


{{subst:Description:JDatabaseImporterMySQLi::getAddColumnSQL}}
 


<source lang="php">
<source lang="php">
Line 38: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseImporterMySQLi::getAddColumnSQL|Other versions of JDatabaseImporterMySQLi::getAddColumnSQL]]
* [[API17:JDatabaseImporterMySQLi::getAddColumnSQL|Other versions of JDatabaseImporterMySQLi::getAddColumnSQL]]
{{subst:SeeAlso:JDatabaseImporterMySQLi::getAddColumnSQL}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseImporterMySQLi::getAddColumnSQL
category=JDatabaseImporterMySQLi::getAddColumnSQL
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:37, 25 March 2017

Joomla 11.1 JDatabaseImporterMySQLi::getAddColumnSQL

Description

Get the SQL syntax to add a column.


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

See also


User contributed notes

Code Examples