Function Database_super_mysql->drop_table_if_exists__sql
Definitions
sources/database/shared/mysql.php
- Get SQL for deleting a table.When running this SQL you must suppress errors.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table | mixed | required parameter | N/A | N/A | The table name(s) |
Return
- List of SQL queries to run
- Type: array
- Set: N/A
- Range: N/A