Solar_Sql_Adapter_Oracle::_dropIndex()

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

Drops an index.

Parameters

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

  • (string) $name: The full index name.

Returns

  • (void)

Description

Drops an index.



Local