Solar_Sql_Adapter_Sqlite2::dropTable()

public mixed Solar_Sql_Adapter_Sqlite2::dropTable ( string $table )

Drops a table from the database, if it exists.

Parameters

  • (string) $table: The table name.

Returns

  • (mixed)

Description

Drops a table from the database, if it exists.



Local