Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
A very minimal class for testing purposes. |
| Schema | class | core/ |
CoreFakeWithAllCustomClasses 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 |
|---|---|---|---|
| RollbackTest::$strictConfigSchema | property | core/ |
Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error. |
| Schema | class | core/ |
A very minimal class for testing purposes. |
| Schema | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
Provides a base implementation for Database Schema. |
| Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
| Schema API | group | core/ |
API to handle database schemas. |
| Schema.php | file | core/ |
|
| Schema.php | file | core/ |
|
| Schema.php | file | core/ |
|
| Schema.php | file | core/ |
|
| Schema.php | file | core/ |
|
| Schema.php | file | core/ |
|
| Schema::$connection | property | core/ |
The database connection. |
| Schema::$defaultSchema | property | core/ |
Definition of prefixInfo array structure. |
| Schema::$defaultSchema | property | core/ |
Override DatabaseSchema::$defaultSchema. |
| Schema::$maxIdentifierLength | property | core/ |
The maximum allowed length for index, primary key and constraint names. |
| Schema::$mysqlStringTypes | property | core/ |
List of MySQL string types. |
| Schema::$placeholder | property | core/ |
The placeholder counter. |
| Schema::$tableInformation | property | core/ |
A cache of information about blob columns and sequences of tables. |
| Schema::$tempNamespaceName | property | core/ |
PostgreSQL's temporary namespace name. |
| Schema::$uniqueIdentifier | property | core/ |
A unique identifier for this query object. |
| Schema::addField | function | core/ |
Add a new field to a table. |
| Schema::addField | function | core/ |
Add a new field to a table. |
| Schema::addField | function | core/ |
Add a new field to a table. |
| Schema::addField | function | core/ |
Add a new field to a table. |
| Schema::addIndex | function | core/ |
Add an index. |
| Schema::addIndex | function | core/ |
Add an index. |
| Schema::addIndex | function | core/ |
Add an index. |
| Schema::addIndex | function | core/ |
Add an index. |
| Schema::addPrimaryKey | function | core/ |
Add a primary key. |
| Schema::addPrimaryKey | function | core/ |
Add a primary key. |
| Schema::addPrimaryKey | function | core/ |
Add a primary key. |
| Schema::addPrimaryKey | function | core/ |
Add a primary key. |
| Schema::addUniqueKey | function | core/ |
Add a unique key. |
| Schema::addUniqueKey | function | core/ |
Add a unique key. |
| Schema::addUniqueKey | function | core/ |
Add a unique key. |
| Schema::addUniqueKey | function | core/ |
Add a unique key. |
| Schema::alterTable | function | core/ |
Create a table with a new schema containing the old content. |
| Schema::buildTableNameCondition | function | core/ |
Builds a condition to match a table name with the information schema. |
| Schema::buildTableNameCondition | function | core/ |
Builds a condition to match a table name against the information_schema. |
| Schema::changeField | function | core/ |
Change a field definition. |
| Schema::changeField | function | core/ |
Change a field definition. |
| Schema::changeField | function | core/ |
Change a field definition. |
| Schema::changeField | function | core/ |
Change a field definition. |
| Schema::COMMENT_MAX_COLUMN | constant | core/ |
Maximum length of a column comment in MySQL. |
| Schema::COMMENT_MAX_TABLE | constant | core/ |
Maximum length of a table comment in MySQL. |
| Schema::constraintExists | function | core/ |
Helper function: check if a constraint (PK, FK, UK) exists. |
| Schema::createColumnsSql | function | core/ |
Build the SQL expression for creating columns. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.