24 calls to db_table_exists() in Drupal 7
- DatabaseRegressionTestCase::testDBTableExists in modules/
simpletest/ tests/ database_test.test - Test the db_table_exists() function.
- DatabaseTemporaryQueryTestCase::testTemporaryQuery in modules/
simpletest/ tests/ database_test.test - Confirm that temporary tables work and are limited to one request.
- DatabaseTestCase::installTables in modules/
simpletest/ tests/ database_test.test - Set up several tables needed by a certain test.
- dblog_update_7003 in modules/
dblog/ dblog.install - Account for possible legacy systems where dblog was not installed.
- drupal_uninstall_schema in includes/
common.inc - Removes all tables defined in a module's hook_schema().
- FieldSqlStorageTestCase::testFieldUpdateFailure in modules/
field/ modules/ field_sql_storage/ field_sql_storage.test - Test that failure to create fields is handled gracefully.
- field_sql_storage_field_storage_update_field in modules/
field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_update_field().
- field_sql_storage_schema in modules/
field/ modules/ field_sql_storage/ field_sql_storage.install - Implements hook_schema().
- field_sql_storage_update_7001 in modules/
field/ modules/ field_sql_storage/ field_sql_storage.install - Remove the field_config_entity_type table and store 'entity_type' strings.
- image_update_7000 in modules/
image/ image.install - Install the schema for users upgrading from the contributed module.
- image_update_7001 in modules/
image/ image.install - Rename possibly misnamed {image_effect} table to {image_effects}.
- menu_update_7002 in modules/
menu/ menu.install - Rename the primary/secondary menu blocks to match previously renamed menus.
- ModuleTestCase::assertModuleTablesDoNotExist in modules/
system/ system.test - Assert that none of the tables defined in a module's hook_schema() exist.
- ModuleTestCase::assertModuleTablesExist in modules/
system/ system.test - Assert that all tables defined in a module's hook_schema() exist.
- SchemaTestCase::testSchema in modules/
simpletest/ tests/ schema.test - system_update_7053 in modules/
system/ system.install - Upgrade standard blocks and menus.
- system_update_7060 in modules/
system/ system.install - Create fields in preparation for migrating upload.module to file.module.
- system_update_7061 in modules/
system/ system.install - Migrate upload.module data to the newly created file field.
- update_fix_d7_block_deltas in includes/
update.inc - A helper function that modules can use to assist with the transformation from numeric block deltas to string block deltas during the 6.x -> 7.x upgrade.
- update_fix_d7_requirements in includes/
update.inc - Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
- update_info_page in ./
update.php - Provides an overview of the Drupal database update.
- update_prepare_d7_bootstrap in includes/
update.inc - Performs extra steps required to bootstrap when using a Drupal 6 database.
- UpgradePathTaxonomyTestCase::testTaxonomyUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.taxonomy.test - Basic tests for the taxonomy upgrade.
- user_system_info_alter in modules/
user/ user.module - Implements hook_system_info_alter().