Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSchema_pgsql::getComment | function | includes/ |
Retrieve a table or column comment. |
DatabaseSchema_pgsql::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSchema_pgsql::getTempNamespaceName | function | includes/ |
Gets PostgreSQL's temporary namespace name. |
DatabaseSchema_pgsql::hashBase64 | function | includes/ |
Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL documentation: 4.1. Lexical Structure. |
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. |
DatabaseSelectCloneTest | class | modules/ |
Test cloning Select queries. |
DatabaseSelectCloneTest::getInfo | function | modules/ |
|
DatabaseSelectCloneTest::testNestedQueryCloning | function | modules/ |
Tests that nested SELECT queries are cloned properly. |
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning | function | modules/ |
Test that subqueries as value within conditions are cloned properly. |
DatabaseSelectComplexTestCase | class | modules/ |
Test more complex select statements. |
DatabaseSelectComplexTestCase2 | class | modules/ |
Test more complex select statements, part 2. |
DatabaseSelectComplexTestCase2::getInfo | function | modules/ |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.