Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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/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::createTableSql function core/lib/Drupal/Core/Database/Driver/pgsql/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/Schema.php Drop an index.
Schema::dropIndex function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Drop an index.
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::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/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::dropTable function core/lib/Drupal/Core/Database/Driver/pgsql/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.
Schema::dropUniqueKey function core/lib/Drupal/Core/Database/Schema.php Drop a unique key.
Schema::ensureIdentifiersLength function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Make sure to limit identifiers according to PostgreSQL compiled in length.
Schema::ensureNotNullPrimaryKey function core/lib/Drupal/Core/Database/Schema.php Ensures that all the primary key fields are correctly defined.
Schema::escapeDefaultValue function core/lib/Drupal/Core/Database/Schema.php Return an escaped version of its parameter to be used as a default value
on a column.
Schema::fieldExists function core/lib/Drupal/Core/Database/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Check if a column exists in the given table.
Schema::fieldNames function core/lib/Drupal/Core/Database/Schema.php Return an array of field names from an array of key/index column specifiers.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set the default value for a field.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Schema.php Set a field to have no default value.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Finds the primary key columns of a table, from the database.
Schema::findTables function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/lib/Drupal/Core/Database/Schema.php Finds all tables that are like the specified base table name.
Schema::getComment function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Retrieve a table or column comment.

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