JDatabaseDriverSqlsrv::dropTable
Drops a table from the database.
Signature
public function dropTable(string
$tableName,
[boolean
$ifExists = true] )
Parameters
-
$tableName
- The name of the database table to drop.
-
$ifExists
- Optionally specify that the table must exist before it is dropped.
Returns
- JDatabaseDriverSqlsrv
- Returns this object to support chaining.