Previous Page
dropSequence()

Solar_Sql_Adapter_Pgsql
dropTable()

Next Page
dump()

dropTable()

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