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