Solar_Sql_Adapter_Sqlite2::_dropIndex()
    protected
    void
     Solar_Sql_Adapter_Sqlite2::_dropIndex 
         ( string  $table
        , string  $name
    
 )
Drops an index.
Inherited from Solar_Sql_Adapter_Sqlite.
Parameters
(string)
$table: The table of the index.(string)
$name: The full index name.
Returns
(void)
Description
Drops an index.