API17

JDatabaseQueryMySQLi::dropIfExists: 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}} '''JDatabaseQueryMySQLi::dropIfExists source code''' on [[jplatform:database/database/mysqliquery.php#cl-311|BitBucket]]
* {{JVer|11.1}} '''JDatabaseQueryMySQLi::dropIfExists source code''' on [[jplatform:database/database/mysqliquery.php#cl-311|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseQueryMySQLi/11.1|JDatabaseQueryMySQLi]]
* {{JVer|11.1}} Class [[API17:JDatabaseQueryMySQLi|JDatabaseQueryMySQLi]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseQueryMySQLi::dropIfExists|Other versions of JDatabaseQueryMySQLi::dropIfExists]]
* [[API17:JDatabaseQueryMySQLi::dropIfExists|Other versions of JDatabaseQueryMySQLi::dropIfExists]]
{{SeeAlso:JDatabaseQueryMySQLi::dropIfExists}}
{{SeeAlso:JDatabaseQueryMySQLi::dropIfExists}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:17, 12 May 2013

Joomla 11.1 JDatabaseQueryMySQLi::dropIfExists

Description

Template:Description:JDatabaseQueryMySQLi::dropIfExists [Edit Descripton]

public function dropIfExists ($table_name)
Parameter Type Default Description
$table_name string A string
  • Returns Drop if exists syntax
  • Defined on line 319 of libraries/joomla/database/database/mysqliquery.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JDatabaseQueryMySQLi::dropIfExists [Edit See Also]

User contributed notes

<CodeExamplesForm />