Solar_Sql_Adapter::_dropIndex()

protected void Solar_Sql_Adapter::_dropIndex ( string $table , string $name )

Drops an index.

Parameters

  • (string) $table: The table of the index.

  • (string) $name: The index name.

Returns

  • (void)

Description

Drops an index.



Local