Search for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Search 11.x for schema
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_set_installed_schema_version | function | includes/ |
Update the installed version information for a module. |
drupal_uninstall_schema | function | includes/ |
Removes all tables defined in a module's hook_schema(). |
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ |
Tests adding a field with an entity ID type of string. |
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData | function | modules/ |
Test trying to update a field with data. |
field_schema | function | modules/ |
Implements hook_schema(). |
field_sql_storage_schema | function | modules/ |
Implements hook_schema(). |
field_test_field_schema | function | modules/ |
Implements hook_field_schema(). |
field_test_schema | function | modules/ |
Implements hook_schema(). |
file_field_schema | function | modules/ |
Implements hook_field_schema(). |
filter_schema | function | modules/ |
Implements hook_schema(). |
forum_schema | function | modules/ |
Implements hook_schema(). |
hook_field_schema | function | modules/ |
Define the Field API schema for a field structure. |
hook_schema | function | modules/ |
Define the current version of the database schema. |
hook_schema_alter | function | modules/ |
Perform alterations to existing database schemas. |
image_field_schema | function | modules/ |
Implements hook_field_schema(). |
image_schema | function | modules/ |
Implements hook_schema(). |
list_field_schema | function | modules/ |
Implements hook_field_schema(). |
locale_schema | function | modules/ |
Implements hook_schema(). |
menu_schema | function | modules/ |
Implements hook_schema(). |
ModuleUpdater::getSchemaUpdates | function | modules/ |
Return available database schema updates one a new version is installed. |
module_test_schema | function | modules/ |
Implements hook_schema(). |
node_access_test_schema | function | modules/ |
Implements hook_schema(). |
node_schema | function | modules/ |
Implements hook_schema(). |
number_field_schema | function | modules/ |
Implements hook_field_schema(). |
openid_schema | function | modules/ |
Implements hook_schema(). |
poll_schema | function | modules/ |
Implements hook_schema(). |
profile_schema | function | modules/ |
Implements hook_schema(). |
rdf_schema | function | modules/ |
Implements hook_schema(). |
REQUIRED_D6_SCHEMA_VERSION | constant | includes/ |
Minimum schema version of Drupal 6 required for upgrade to Drupal 7. |
Schema API | group | includes/ |
API to handle database schemas. |
schema.inc | file | includes/ |
Database schema code for SQLite databases. |
schema.inc | file | includes/ |
Database schema code for MySQL database servers. |
schema.inc | file | includes/ |
|
schema.inc | file | includes/ |
Database schema code for PostgreSQL database servers. |
schema.test | file | modules/ |
Tests for the Database Schema API. |
SchemaCache | class | includes/ |
Extends DrupalCacheArray to allow for dynamic building of the schema cache. |
SchemaCache::resolveCacheMiss | function | includes/ |
Overrides DrupalCacheArray::resolveCacheMiss(). |
SchemaCache::__construct | function | includes/ |
Constructs a SchemaCache object. |
SchemaTestCase | class | modules/ |
Unit tests for the Schema API. |
SchemaTestCase::$counter | property | modules/ |
A global counter for table and field creation. |
SchemaTestCase::assertFieldAdditionRemoval | function | modules/ |
Assert that a given field can be added and removed from a table. |
SchemaTestCase::assertFieldCharacteristics | function | modules/ |
Assert that a newly added field has the correct characteristics. |
SchemaTestCase::checkSchemaComment | function | modules/ |
Checks that a table or column comment matches a given description. |
SchemaTestCase::getInfo | function | modules/ |
|
SchemaTestCase::testFindTables | function | modules/ |
Tests the findTables() method. |
SchemaTestCase::testSchema | function | modules/ |
|
SchemaTestCase::testSchemaAddField | function | modules/ |
Test adding columns to an existing table. |
SchemaTestCase::testUnsignedColumns | function | modules/ |
Tests creating unsigned columns and data integrity thereof. |
SchemaTestCase::tryInsert | function | modules/ |
|
SchemaTestCase::tryUnsignedInsert | function | modules/ |
Tries to insert a negative value into columns defined as unsigned. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.