Solar_Sql_Adapter_Pgsql::dropIndex()
public
mixed
Solar_Sql_Adapter_Pgsql::dropIndex
( string $table
, string $name
)
Drops an index from a table in the database.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$table
: The table name.(string)
$name
: The index name to drop.
Returns
(mixed)
Description
Drops an index from a table in the database.