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::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/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::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::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/Driver/pgsql/Schema.php Set the default value for a field.
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::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/Driver/pgsql/Schema.php Finds the primary key columns of a table, from the database.
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::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.
Schema::getComment function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Retrieve a table or column comment.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getNormalizedIndexes function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Gets normalized indexes from a table specification.
Schema::getPrefixInfo function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Get information about the table and database name from the prefix.
Schema::getPrefixInfo function core/lib/Drupal/Core/Database/Schema.php Get information about the table name and schema from the prefix.
Schema::getTempNamespaceName function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Gets PostgreSQL's temporary namespace name.
Schema::hashBase64 function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL
documentation: 4.1. Lexical Structure.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Checks if an index exists in the given table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectSchema function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Find out the schema of a table.
Schema::mapKeyDefinition function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Utility method: rename columns in an index definition according to a new mapping.
Schema::nextPlaceholder function core/lib/Drupal/Core/Database/Schema.php Returns the next placeholder ID for the query.
Schema::prefixNonTable function core/lib/Drupal/Core/Database/Schema.php Create names for indexes, primary keys and constraints.
Schema::prepareComment function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Prepare a table or column comment for database query.
Schema::prepareComment function core/lib/Drupal/Core/Database/Schema.php Prepare a table or column comment for database query.
Schema::processField function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set database-engine specific properties for a field.

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