Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 10.3.x for schema
- Search 11.x for schema
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Schema | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
A very minimal class for testing purposes. |
Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
Provides a base implementation for Database Schema. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Schema::dropUniqueKey | function | core/ |
Drop a unique key. |
Schema::ensureIdentifiersLength | function | core/ |
Make sure to limit identifiers according to PostgreSQL compiled in length. |
Schema::ensureNotNullPrimaryKey | function | core/ |
Ensures that all the primary key fields are correctly defined. |
Schema::escapeDefaultValue | function | core/ |
Return an escaped version of its parameter to be used as a default value on a column. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldExists | function | core/ |
Check if a column exists in the given table. |
Schema::fieldNames | function | core/ |
Return an array of field names from an array of key/index column specifiers. |
Schema::fieldSetDefault | function | core/ |
Set the default value for a field. |
Schema::fieldSetDefault | function | core/ |
Set the default value for a field. |
Schema::fieldSetDefault | function | core/ |
Set the default value for a field. |
Schema::fieldSetDefault | function | core/ |
Set the default value for a field. |
Schema::fieldSetNoDefault | function | core/ |
Set a field to have no default value. |
Schema::fieldSetNoDefault | function | core/ |
Set a field to have no default value. |
Schema::fieldSetNoDefault | function | core/ |
Set a field to have no default value. |
Schema::fieldSetNoDefault | function | core/ |
Set a field to have no default value. |
Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
Schema::findPrimaryKeyColumns | function | core/ |
Finds the primary key columns of a table, from the database. |
Schema::findTables | function | core/ |
Finds all tables that are like the specified base table name. |
Schema::findTables | function | core/ |
Finds all tables that are like the specified base table name. |
Schema::findTables | function | core/ |
Finds all tables that are like the specified base table name. |
Schema::getComment | function | core/ |
Retrieve a table or column comment. |
Schema::getComment | function | core/ |
Retrieve a table or column comment. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getFieldTypeMap | function | core/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getNormalizedIndexes | function | core/ |
Gets normalized indexes from a table specification. |
Schema::getPrefixInfo | function | core/ |
Get information about the table and database name from the prefix. |
Schema::getPrefixInfo | function | core/ |
Get information about the table name and schema from the prefix. |
Schema::getTempNamespaceName | function | core/ |
Gets PostgreSQL's temporary namespace name. |
Schema::hashBase64 | function | core/ |
Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL documentation: 4.1. Lexical Structure. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::indexExists | function | core/ |
Checks if an index exists in the given table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectIndexSchema | function | core/ |
Finds the columns for the primary key, unique keys and indexes of a table. |
Schema::introspectSchema | function | core/ |
Find out the schema of a table. |
Schema::mapKeyDefinition | function | core/ |
Utility method: rename columns in an index definition according to a new mapping. |
Schema::nextPlaceholder | function | core/ |
Returns the next placeholder ID for the query. |
Schema::prefixNonTable | function | core/ |
Create names for indexes, primary keys and constraints. |
Schema::prepareComment | function | core/ |
Prepare a table or column comment for database query. |
Schema::prepareComment | function | core/ |
Prepare a table or column comment for database query. |
Schema::processField | function | core/ |
Set database-engine specific properties for a field. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.