Solar_Sql_Adapter::dropSequence()

public void Solar_Sql_Adapter::dropSequence ( string $name )

Drops a sequence from the database.

Parameters

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

Returns

  • (void)

Description

Drops a sequence from the database.



Local