API17:JDatabaseQueryMySQL::dropIfExists
From Joomla! Documentation
JDatabaseQueryMySQL::dropIfExists
Description
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/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::dropIfExists source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::dropIfExists
User contributed notes
Code Examples