API17

JDatabaseImporterMySQLi::getDropColumnSQL: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m JoomlaWikiBot moved page JDatabaseImporterMySQLi::getDropColumnSQL/11.1 to API17:JDatabaseImporterMySQLi::getDropColumnSQL without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 20:55, 10 May 2013

Joomla 11.1 JDatabaseImporterMySQLi::getDropColumnSQL

Description

Get the SQL syntax to drop a column.

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

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

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

User contributed notes

<CodeExamplesForm />