API17

JDatabaseImporterMySQLi::getDropColumnSQL: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Get the SQL syntax to drop a column.  
Get the SQL syntax to drop a column.  


{{Description:JDatabaseImporterMySQLi::getDropColumnSQL}}
{{subst:Description:JDatabaseImporterMySQLi::getDropColumnSQL}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseImporterMySQLi::getDropColumnSQL|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
protected function getDropColumnSQL (
protected function getDropColumnSQL (
Line 40: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseImporterMySQLi::getDropColumnSQL|Other versions of JDatabaseImporterMySQLi::getDropColumnSQL]]
* [[API17:JDatabaseImporterMySQLi::getDropColumnSQL|Other versions of JDatabaseImporterMySQLi::getDropColumnSQL]]
{{SeeAlso:JDatabaseImporterMySQLi::getDropColumnSQL}}
{{subst:SeeAlso:JDatabaseImporterMySQLi::getDropColumnSQL}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseImporterMySQLi::getDropColumnSQL|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:03, 24 March 2017

Joomla 11.1 JDatabaseImporterMySQLi::getDropColumnSQL

Description

Get the SQL syntax to drop a column.

{{subst:Description:JDatabaseImporterMySQLi::getDropColumnSQL}}

protected function getDropColumnSQL (
        $table
        $name
)
Parameter Type Default Description
$table string The table name.
$name string The name of the field to drop.
  • Returns string
  • Defined on line 414 of libraries/joomla/database/database/mysqliimporter.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JDatabaseImporterMySQLi::getDropColumnSQL}}

User contributed notes

<CodeExamplesForm />