_db_create_keys_sql

Versions
6 – 7
_db_create_keys_sql($spec)

Code

includes/database/database.inc, line 2401

<?php
function _db_create_keys_sql($spec) {
  return Database::getConnection()->schema()->createKeysSql($spec);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.