DatabaseSchema::indexExists |
function |
drupal/includes/database/schema.inc |
Checks if an index exists in the given table. |
DatabaseSchema_mysql::indexExists |
function |
drupal/includes/database/mysql/schema.inc |
Checks if an index exists in the given table. |
DatabaseSchema_pgsql::indexExists |
function |
drupal/includes/database/pgsql/schema.inc |
Checks if an index exists in the given table. |
DatabaseSchema_sqlite::indexExists |
function |
drupal/includes/database/sqlite/schema.inc |
Checks if an index exists in the given table. |
DatabaseRegressionTestCase::testDBIndexExists |
function |
drupal/modules/simpletest/tests/database_test.test |
Test the db_index_exists() function. |