Search for schema

  1. Search 9.5.x for schema
  2. Search 8.9.x for schema
  3. Search 10.3.x for schema
  4. Search 11.x for schema
  5. Other projects
Title Object type File name Summary
drupal_set_installed_schema_version function includes/install.inc Update the installed version information for a module.
drupal_uninstall_schema function includes/common.inc Removes all tables defined in a module's hook_schema().
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier function modules/field/modules/field_sql_storage/field_sql_storage.test Tests adding a field with an entity ID type of string.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData function modules/field/modules/field_sql_storage/field_sql_storage.test Test trying to update a field with data.
field_schema function modules/field/field.install Implements hook_schema().
field_sql_storage_schema function modules/field/modules/field_sql_storage/field_sql_storage.install Implements hook_schema().
field_test_field_schema function modules/field/tests/field_test.install Implements hook_field_schema().
field_test_schema function modules/field/tests/field_test.install Implements hook_schema().
file_field_schema function modules/file/file.install Implements hook_field_schema().
filter_schema function modules/filter/filter.install Implements hook_schema().
forum_schema function modules/forum/forum.install Implements hook_schema().
hook_field_schema function modules/field/field.api.php Define the Field API schema for a field structure.
hook_schema function modules/system/system.api.php Define the current version of the database schema.
hook_schema_alter function modules/system/system.api.php Perform alterations to existing database schemas.
image_field_schema function modules/image/image.install Implements hook_field_schema().
image_schema function modules/image/image.install Implements hook_schema().
list_field_schema function modules/field/modules/list/list.install Implements hook_field_schema().
locale_schema function modules/locale/locale.install Implements hook_schema().
menu_schema function modules/menu/menu.install Implements hook_schema().
ModuleUpdater::getSchemaUpdates function modules/system/system.updater.inc Return available database schema updates one a new version is installed.
module_test_schema function modules/simpletest/tests/module_test.install Implements hook_schema().
node_access_test_schema function modules/node/tests/node_access_test.install Implements hook_schema().
node_schema function modules/node/node.install Implements hook_schema().
number_field_schema function modules/field/modules/number/number.install Implements hook_field_schema().
openid_schema function modules/openid/openid.install Implements hook_schema().
poll_schema function modules/poll/poll.install Implements hook_schema().
profile_schema function modules/profile/profile.install Implements hook_schema().
rdf_schema function modules/rdf/rdf.install Implements hook_schema().
REQUIRED_D6_SCHEMA_VERSION constant includes/update.inc Minimum schema version of Drupal 6 required for upgrade to Drupal 7.
Schema API group includes/database/schema.inc API to handle database schemas.
schema.inc file includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc file includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.inc file includes/database/schema.inc
schema.inc file includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
schema.test file modules/simpletest/tests/schema.test Tests for the Database Schema API.
SchemaCache class includes/bootstrap.inc Extends DrupalCacheArray to allow for dynamic building of the schema cache.
SchemaCache::resolveCacheMiss function includes/bootstrap.inc Overrides DrupalCacheArray::resolveCacheMiss().
SchemaCache::__construct function includes/bootstrap.inc Constructs a SchemaCache object.
SchemaTestCase class modules/simpletest/tests/schema.test Unit tests for the Schema API.
SchemaTestCase::$counter property modules/simpletest/tests/schema.test A global counter for table and field creation.
SchemaTestCase::assertFieldAdditionRemoval function modules/simpletest/tests/schema.test Assert that a given field can be added and removed from a table.
SchemaTestCase::assertFieldCharacteristics function modules/simpletest/tests/schema.test Assert that a newly added field has the correct characteristics.
SchemaTestCase::checkSchemaComment function modules/simpletest/tests/schema.test Checks that a table or column comment matches a given description.
SchemaTestCase::getInfo function modules/simpletest/tests/schema.test
SchemaTestCase::testFindTables function modules/simpletest/tests/schema.test Tests the findTables() method.
SchemaTestCase::testSchema function modules/simpletest/tests/schema.test
SchemaTestCase::testSchemaAddField function modules/simpletest/tests/schema.test Test adding columns to an existing table.
SchemaTestCase::testUnsignedColumns function modules/simpletest/tests/schema.test Tests creating unsigned columns and data integrity thereof.
SchemaTestCase::tryInsert function modules/simpletest/tests/schema.test
SchemaTestCase::tryUnsignedInsert function modules/simpletest/tests/schema.test Tries to insert a negative value into columns defined as unsigned.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.