Solar_Sql_Adapter_Sqlite::dropTable()
public
mixed
Solar_Sql_Adapter_Sqlite::dropTable
( string $table
)
Drops a table from the database, if it exists.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$table
: The table name.
Returns
(mixed)
Description
Drops a table from the database, if it exists.