Solar_Sql_Adapter_Sqlite::_dropIndex()
protected
void
Solar_Sql_Adapter_Sqlite::_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.