10 calls to drupal_get_schema_unprocessed()

block_schema in drupal-7.x/modules/block/block.install
Implements hook_schema().
drupal_install_schema in drupal-7.x/includes/common.inc
Creates all tables defined in a module's hook_schema().
drupal_uninstall_schema in drupal-7.x/includes/common.inc
Removes all tables defined in a module's hook_schema().
field_schema in drupal-7.x/modules/field/field.install
Implements hook_schema().
filter_schema in drupal-7.x/modules/filter/filter.install
Implements hook_schema().
image_schema in drupal-7.x/modules/image/image.install
Implements hook_schema().
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.
simpletest_clean_database in drupal-7.x/modules/simpletest/simpletest.module
Removed prefixed tables from the database that are left over from crashed tests.
update_schema in drupal-7.x/modules/update/update.install
Implements hook_schema().