Solar_Sql_Adapter_Pgsql::dropSequence()

public void Solar_Sql_Adapter_Pgsql::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.



Local