Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate | function | modules/ |
Confirm that we can merge-update without any update fields. |
DatabaseNextIdCase | class | modules/ |
Check the sequences API. |
DatabaseNextIdCase::getInfo | function | modules/ |
|
DatabaseNextIdCase::testDbNextId | function | modules/ |
Test that the sequences API work. |
DatabaseQueryTestCase | class | modules/ |
Drupal-specific SQL syntax tests. |
DatabaseQueryTestCase::getInfo | function | modules/ |
|
DatabaseQueryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DatabaseQueryTestCase::testArrayArgumentsSQLInjection | function | modules/ |
Test SQL injection via database query array arguments. |
DatabaseQueryTestCase::testArraySubstitution | function | modules/ |
Test that we can specify an array of values in the query by simply passing in an array. |
DatabaseQueryTestCase::testConditionOperatorArgumentsSQLInjection | function | modules/ |
Tests SQL injection via condition operator. |
DatabaseRangeQueryTestCase | class | modules/ |
Range query tests. |
DatabaseRangeQueryTestCase::getInfo | function | modules/ |
|
DatabaseRangeQueryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DatabaseRangeQueryTestCase::testRangeQuery | function | modules/ |
Confirm that range query work and return correct result. |
DatabaseRegressionTestCase | class | modules/ |
Regression tests. |
DatabaseRegressionTestCase::getInfo | function | modules/ |
|
DatabaseRegressionTestCase::testDBFieldExists | function | modules/ |
Test the db_field_exists() function. |
DatabaseRegressionTestCase::testDBIndexExists | function | modules/ |
Test the db_index_exists() function. |
DatabaseRegressionTestCase::testDBTableExists | function | modules/ |
Test the db_table_exists() function. |
DatabaseRegressionTestCase::testRegression_310447 | function | modules/ |
Regression test for #310447. |
DatabaseReservedKeywordTestCase | class | modules/ |
Test reserved keyword handling (introduced for MySQL 8+) |
DatabaseReservedKeywordTestCase::getInfo | function | modules/ |
|
DatabaseReservedKeywordTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DatabaseReservedKeywordTestCase::testDeleteReservedWordTable | function | modules/ |
|
DatabaseReservedKeywordTestCase::testInsertReservedWordTable | function | modules/ |
|
DatabaseReservedKeywordTestCase::testMergeReservedWordTable | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasAllFields | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasCount | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordAliasSpecificFields | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordTableCount | function | modules/ |
|
DatabaseReservedKeywordTestCase::testSelectReservedWordTableSpecificField | function | modules/ |
|
DatabaseReservedKeywordTestCase::testTableNameQuoting | function | modules/ |
|
DatabaseReservedKeywordTestCase::testTruncateReservedWordTable | function | modules/ |
|
DatabaseReservedKeywordTestCase::testUpdateReservedWordTable | function | modules/ |
|
DatabaseSchema | class | includes/ |
Base class for database schema definitions. |
DatabaseSchema::$connection | property | includes/ |
The database connection. |
DatabaseSchema::$defaultSchema | property | includes/ |
Definition of prefixInfo array structure. |
DatabaseSchema::$placeholder | property | includes/ |
The placeholder counter. |
DatabaseSchema::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
DatabaseSchema::addField | function | includes/ |
Add a new field to a table. |
DatabaseSchema::addIndex | function | includes/ |
Add an index. |
DatabaseSchema::addPrimaryKey | function | includes/ |
Add a primary key. |
DatabaseSchema::addUniqueKey | function | includes/ |
Add a unique key. |
DatabaseSchema::buildTableNameCondition | function | includes/ |
Build a condition to match a table name against a standard information_schema. |
DatabaseSchema::changeField | function | includes/ |
Change a field definition. |
DatabaseSchema::createTable | function | includes/ |
Create a new table from a Drupal table definition. |
DatabaseSchema::dropField | function | includes/ |
Drop a field. |
DatabaseSchema::dropIndex | function | includes/ |
Drop an index. |
DatabaseSchema::dropPrimaryKey | function | includes/ |
Drop the primary key. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.