1.20.x schema.inc abstract public DatabaseSchema::dropTable($table)

Drop a table.

Parameters

$table: The table to be dropped.

Return value

TRUE if the table was successfully dropped, FALSE if there was no table: by that name to begin with.

File

includes/database/schema.inc, line 471
Generic Database schema code.

Class

DatabaseSchema
Base class for database schema definitions.

Code

abstract public function dropTable($table);