Previous Page
dropIndex()

Solar_Sql_Adapter_Mysql
dropSequence()

Next Page
dropTable()

dropSequence()

public void dropSequence ( string $name )

Drops a sequence from the database.

Inherited from Solar_Sql_Adapter.

Parameters

  • (string) $name: The sequence name to drop.

Returns

  • (void)

Description

Drops a sequence from the database.