Search for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Search 11.x for schema
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSchema_pgsql::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema_pgsql::processField | function | includes/ |
Set database-engine specific properties for a field. |
DatabaseSchema_pgsql::queryFieldInformation | function | includes/ |
Fetch the list of CHECK constraints used on a field. |
DatabaseSchema_pgsql::queryTableInformation | function | includes/ |
Fetch the list of blobs and sequences used on a table. |
DatabaseSchema_pgsql::renameTable | function | includes/ |
Rename a table. |
DatabaseSchema_pgsql::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSchema_pgsql::_createIndexSql | function | includes/ |
|
DatabaseSchema_pgsql::_createKeys | function | includes/ |
|
DatabaseSchema_pgsql::_createKeySql | function | includes/ |
|
DatabaseSchema_sqlite | class | includes/ |
|
DatabaseSchema_sqlite::$defaultSchema | property | includes/ |
Override DatabaseSchema::$defaultSchema |
DatabaseSchema_sqlite::addField | function | includes/ |
Add a new field to a table. |
DatabaseSchema_sqlite::addIndex | function | includes/ |
Add an index. |
DatabaseSchema_sqlite::addPrimaryKey | function | includes/ |
Add a primary key. |
DatabaseSchema_sqlite::addUniqueKey | function | includes/ |
Add a unique key. |
DatabaseSchema_sqlite::alterTable | function | includes/ |
Create a table with a new schema containing the old content. |
DatabaseSchema_sqlite::changeField | function | includes/ |
Change a field definition. |
DatabaseSchema_sqlite::createColumsSql | function | includes/ |
Build the SQL expression for creating columns. |
DatabaseSchema_sqlite::createFieldSql | function | includes/ |
Create an SQL string for a field to be used in table creation or alteration. |
DatabaseSchema_sqlite::createIndexSql | function | includes/ |
Build the SQL expression for indexes. |
DatabaseSchema_sqlite::createKeySql | function | includes/ |
Build the SQL expression for keys. |
DatabaseSchema_sqlite::createTableSql | function | includes/ |
Generate SQL to create a new table from a Drupal schema definition. |
DatabaseSchema_sqlite::dropField | function | includes/ |
Drop a field. |
DatabaseSchema_sqlite::dropIndex | function | includes/ |
Drop an index. |
DatabaseSchema_sqlite::dropPrimaryKey | function | includes/ |
Drop the primary key. |
DatabaseSchema_sqlite::dropTable | function | includes/ |
Drop a table. |
DatabaseSchema_sqlite::dropUniqueKey | function | includes/ |
Drop a unique key. |
DatabaseSchema_sqlite::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema_sqlite::fieldSetDefault | function | includes/ |
Set the default value for a field. |
DatabaseSchema_sqlite::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
DatabaseSchema_sqlite::findTables | function | includes/ |
Find all tables that are like the specified base table name. |
DatabaseSchema_sqlite::findTablesD8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
DatabaseSchema_sqlite::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSchema_sqlite::indexExists | function | includes/ |
Checks if an index exists in the given table. |
DatabaseSchema_sqlite::introspectSchema | function | includes/ |
Find out the schema of a table. |
DatabaseSchema_sqlite::mapKeyDefinition | function | includes/ |
Utility method: rename columns in an index definition according to a new mapping. |
DatabaseSchema_sqlite::processField | function | includes/ |
Set database-engine specific properties for a field. |
DatabaseSchema_sqlite::renameTable | function | includes/ |
Rename a table. |
DatabaseSchema_sqlite::tableExists | function | includes/ |
Check if a table exists. |
DatabaseTablePrefixTestCase::testSchemaDotTablePrefixes | function | modules/ |
|
database_test_schema | function | modules/ |
Implements hook_schema(). |
dblog_schema | function | modules/ |
Implements hook_schema(). |
drupal_get_complete_schema | function | includes/ |
Gets the whole database schema. |
drupal_get_installed_schema_version | function | includes/ |
Returns the currently installed schema version for a module. |
drupal_get_schema | function | includes/ |
Gets the schema definition of a table, or the whole database schema. |
drupal_get_schema_unprocessed | function | includes/ |
Returns the unprocessed and unaltered version of a module's schema. |
drupal_get_schema_versions | function | includes/ |
Returns an array of available schema versions for a module. |
drupal_install_schema | function | includes/ |
Creates all tables defined in a module's hook_schema(). |
drupal_schema_fields_sql | function | includes/ |
Retrieves a list of fields from a table schema. |
drupal_schema_field_types | function | includes/ |
Retrieves the type for every field in a table schema. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.