| Versionen | |
|---|---|
| drupal7 | abstract public DatabaseSchema::dropIndex(&$ret, $table, $name) |
Drop an index.
$ret Array to which query results will be added.
$table The table to be altered.
$name The name of the index.
includes/
<?php
abstract public function dropIndex(&$ret, $table, $name);
?>
Kommentare
Kommentar hinzufügen