dropTable() public method
Builds a SQL statement for dropping a DB table.
public string dropTable ( $table ) | ||
---|---|---|
$table | string |
The table to be dropped. The name will be properly quoted by the method. |
return | string |
The SQL statement for dropping a DB table. |
Please login to continue.