Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 8.9.x for schema
  4. Search 11.x for schema
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Schema class core/modules/sqlite/src/Driver/Database/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.

All search results

Title Object type File name Summary
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.
Schema class core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/sqlite/src/Driver/Database/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema API group core/lib/Drupal/Core/Database/database.api.php API to handle database schemas.
Schema.php file core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
Schema.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Schema.php
Schema.php file core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema.php file core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema.php file core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::$connection property core/lib/Drupal/Core/Database/Schema.php The database connection.
Schema::$defaultSchema property core/lib/Drupal/Core/Database/Schema.php Definition of prefixInfo array structure.
Schema::$defaultSchema property core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Override DatabaseSchema::$defaultSchema.
Schema::$maxIdentifierLength property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php The maximum allowed length for index, primary key and constraint names.
Schema::$mysqlStringTypes property core/modules/mysql/src/Driver/Database/mysql/Schema.php List of MySQL string types.
Schema::$placeholder property core/lib/Drupal/Core/Database/Schema.php The placeholder counter.
Schema::$tableInformation property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php A cache of information about blob columns and sequences of tables.
Schema::$tempNamespaceName property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL's temporary namespace name.
Schema::$uniqueIdentifier property core/lib/Drupal/Core/Database/Schema.php A unique identifier for this query object.
Schema::addField function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema::addField function core/lib/Drupal/Core/Database/Schema.php Add a new field to a table.
Schema::addField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addField function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addIndex function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addIndex function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema::addIndex function core/lib/Drupal/Core/Database/Schema.php Add an index.
Schema::addIndex function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addPrimaryKey function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addPrimaryKey function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addPrimaryKey function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addPrimaryKey function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema::addPrimaryKey function core/lib/Drupal/Core/Database/Schema.php Add a primary key.
Schema::addUniqueKey function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Schema.php Add a unique key.
Schema::addUniqueKey function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addUniqueKey function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addUniqueKey function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::alterTable function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Create a table with a new schema containing the old content.
Schema::buildTableNameCondition function core/modules/mysql/src/Driver/Database/mysql/Schema.php Build a condition to match a table name against a standard information_schema.

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