API17:JDatabaseQuerySQLAzure::dropIfExists
From Joomla! Documentation
JDatabaseQuerySQLAzure::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/sqlazurequery.php
- Since

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