Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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. |
DatabaseSchema::$connection | property | includes/ |
The database connection. |
DatabaseSchema::buildTableNameCondition | function | includes/ |
Build a condition to match a table name against a standard information_schema. |
DatabaseSchema::prefixNonTable | function | includes/ |
Create names for indexes, primary keys and constraints. |
DatabaseSchema::__clone | function | includes/ |
Implements the magic __clone function. |
DatabaseSchema::__construct | function | includes/ |
|
DatabaseSchemaObjectDoesNotExistException | class | includes/ |
Exception thrown if an object being modified doesn't exist yet. |
DatabaseSchemaObjectExistsException | class | includes/ |
Exception thrown if an object being created already exists. |
DatabaseSchema_mysql::buildTableNameCondition | function | includes/ |
Build a condition to match a table name against a standard information_schema. |
DatabaseSchema_pgsql::$tableInformation | property | includes/ |
A cache of information about blob columns and sequences of tables. |
DatabaseSchema_pgsql::buildTableNameCondition | function | includes/ |
Build a condition to match a table name against a standard information_schema. |
DatabaseSchema_pgsql::constraintExists | function | includes/ |
Helper function: check if a constraint (PK, FK, UK) exists. |
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_sqlite::mapKeyDefinition | function | includes/ |
Utility method: rename columns in an index definition according to a new mapping. |
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::testJoinConditionObject | function | modules/ |
Test that join conditions can use Condition objects. |
DatabaseSelectComplexTestCase::testNestedConditions | function | modules/ |
Confirm that we can properly nest conditional clauses. |
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect | function | modules/ |
Test that we can use a subquery in a WHERE clause. |
DatabaseSelectTestCase::testNotNullCondition | function | modules/ |
Test that we can find a record without a NULL value. |
DatabaseSelectTestCase::testNullCondition | function | modules/ |
Test that we can find a record with a NULL value. |
DatabaseSelectTestCase::testSimpleSelectConditional | function | modules/ |
Test basic conditionals on SELECT statements. |
DatabaseSelectTestCase::testSimpleSelectExpression | function | modules/ |
Test SELECT statements with expressions. |
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple | function | modules/ |
Test SELECT statements with multiple expressions. |
DatabaseSelectTestCase::testUnion | function | modules/ |
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicitly test that. |
DatabaseSelectTestCase::testUnionAll | function | modules/ |
Test that we can UNION ALL multiple Select queries together. |
DatabaseSelectTestCase::testUnionOrder | function | modules/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
DatabaseSelectTestCase::testUnionOrderLimit | function | modules/ |
Tests that we can UNION multiple Select queries together with a LIMIT. |
DatabaseStatementBase::__construct | function | includes/ |
|
DatabaseStatementPrefetch::$defaultFetchOptions | property | includes/ |
Holds supplementary default fetch options. |
DatabaseStatementPrefetch::$driverOptions | property | includes/ |
Driver-specific options. Can be used by child classes. |
DatabaseStatementPrefetch::$fetchOptions | property | includes/ |
Holds supplementary current fetch options (which will be used by the next fetch). |
DatabaseStatementPrefetch::throwPDOException | function | includes/ |
Throw a PDO Exception based on the last PDO error. |
DatabaseStatementPrefetch::__construct | function | includes/ |
|
DatabaseTaskException | class | includes/ |
Exception thrown if the database installer fails. |
DatabaseTasks::checkEngineVersion | function | includes/ |
Check the engine version. |
DatabaseTasks::connect | function | includes/ |
Check if we can connect to the database. |
DatabaseTasks::getFormOptions | function | includes/ |
Return driver specific configuration options. |
DatabaseTasks::minimumVersion | function | includes/ |
Return the minimum required version of the engine. |
DatabaseTasks_mysql::minimumVersion | function | includes/ |
Returns the minimum version for MySQL. |
DatabaseTasks_pgsql::checkPHPVersion | function | includes/ |
Check PHP version. |
DatabaseTasks_pgsql::minimumVersion | function | includes/ |
Return the minimum required version of the engine. |
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.