Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 10.3.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/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/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::addPrimaryKey function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Add a primary key.
Schema::addPrimaryKey function core/lib/Drupal/Core/Database/Schema.php Add a primary key.
Schema::addPrimaryKey function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Add a primary key.
Schema::addPrimaryKey function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Add a primary key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Add a unique key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Add a unique key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Add a unique key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Schema.php Add a unique key.
Schema::alterTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Create a table with a new schema containing the old content.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::changeField function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Change a field definition.
Schema::changeField function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Change a field definition.
Schema::changeField function core/lib/Drupal/Core/Database/Schema.php Change a field definition.
Schema::changeField function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Change a field definition.
Schema::COMMENT_MAX_COLUMN constant core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Maximum length of a column comment in MySQL.
Schema::COMMENT_MAX_TABLE constant core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Maximum length of a table comment in MySQL.
Schema::constraintExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Helper function: check if a constraint (PK, FK, UK) exists.
Schema::createColumnsSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Build the SQL expression for creating columns.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Create an SQL string for a field to be used in table creation or alteration.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Create an SQL string for a field to be used in table creation or alteration.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Create an SQL string for a field to be used in table creation or
alteration.
Schema::createIndexSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Build the SQL expression for indexes.
Schema::createKeySql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Build the SQL expression for keys.
Schema::createKeySql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema::createKeysSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema::createPrimaryKeySql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Create the SQL expression for primary keys.
Schema::createTable function core/lib/Drupal/Core/Database/Schema.php Create a new table from a Drupal table definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::createTableSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Generate SQL to create a new table from a Drupal schema definition.
Schema::dropField function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop a field.
Schema::dropField function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop a field.
Schema::dropField function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop a field.
Schema::dropField function core/lib/Drupal/Core/Database/Schema.php Drop a field.
Schema::dropIndex function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop an index.
Schema::dropIndex function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop an index.
Schema::dropIndex function core/lib/Drupal/Core/Database/Schema.php Drop an index.
Schema::dropIndex function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop an index.
Schema::dropPrimaryKey function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop the primary key.
Schema::dropPrimaryKey function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop the primary key.
Schema::dropPrimaryKey function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop the primary key.
Schema::dropPrimaryKey function core/lib/Drupal/Core/Database/Schema.php Drop the primary key.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop a table.
Schema::dropTable function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop a table.
Schema::dropUniqueKey function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop a unique key.
Schema::dropUniqueKey function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Drop a unique key.
Schema::dropUniqueKey function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Drop a unique key.

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