22 calls to db_table_exists()

DatabaseRegressionTestCase::testDBTableExists in drupal-7.x/modules/simpletest/tests/database_test.test
Test the db_table_exists() function.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTestCase::installTables in drupal-7.x/modules/simpletest/tests/database_test.test
Set up several tables needed by a certain test.
drupal_uninstall_schema in drupal-7.x/includes/common.inc
Removes all tables defined in a module's hook_schema().
FieldSqlStorageTestCase::testFieldUpdateFailure in drupal-7.x/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 drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
field_sql_storage_schema in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install
Implements hook_schema().
field_sql_storage_update_7001 in drupal-7.x/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 drupal-7.x/modules/image/image.install
Install the schema for users upgrading from the contributed module.
image_update_7001 in drupal-7.x/modules/image/image.install
Rename possibly misnamed {image_effect} table to {image_effects}.
menu_update_7002 in drupal-7.x/modules/menu/menu.install
Rename the primary/secondary menu blocks to match previously renamed menus.
ModuleTestCase::assertModuleTablesDoNotExist in drupal-7.x/modules/system/system.test
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist in drupal-7.x/modules/system/system.test
Assert that all tables defined in a module's hook_schema() exist.
SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
system_update_7053 in drupal-7.x/modules/system/system.install
Upgrade standard blocks and menus.
system_update_7060 in drupal-7.x/modules/system/system.install
Create fields in preparation for migrating upload.module to file.module.
system_update_7061 in drupal-7.x/modules/system/system.install
Migrate upload.module data to the newly created file field.
update_fix_d7_block_deltas in drupal-7.x/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 drupal-7.x/includes/update.inc
Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
update_info_page in drupal-7.x/update.php
Provides an overview of the Drupal database update.
update_prepare_d7_bootstrap in drupal-7.x/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.
user_system_info_alter in drupal-7.x/modules/user/user.module
Implements hook_system_info_alter().