Solar_Sql_Adapter_MysqlReplicated::dropTable()

public mixed Solar_Sql_Adapter_MysqlReplicated::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.



Local