API17

JDatabaseMySQLImporter::getDropColumnSQL

From Joomla! Documentation

Revision as of 20:10, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎See also: moving preparation)

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 JDatabaseMySQLImporter::getDropColumnSQL[edit]

Description[edit]

Get the SQL syntax to drop a column.

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

Since[edit]

Joomla 11.1

Synopsis[edit]

protected JDatabaseMySQLImporter::getDropColumnSQL ($table, $name)
Parameter Type Default Description
$table string The table name.
$name string The name of the field to drop.

Returns[edit]

string

Defined in[edit]

libraries/joomla/database/database/mysqlimporter.php (line 413)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter::getDropColumnSQL

Examples[edit]

<CodeExamplesForm />