Search for on

  1. Search 9.5.x for on
  2. Search 8.9.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
DatabaseRegressionTestCase class modules/simpletest/tests/database_test.test Regression tests.
DatabaseRegressionTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseRegressionTestCase::testDBFieldExists function modules/simpletest/tests/database_test.test Test the db_field_exists() function.
DatabaseRegressionTestCase::testDBIndexExists function modules/simpletest/tests/database_test.test Test the db_index_exists() function.
DatabaseRegressionTestCase::testDBTableExists function modules/simpletest/tests/database_test.test Test the db_table_exists() function.
DatabaseRegressionTestCase::testRegression_310447 function modules/simpletest/tests/database_test.test Regression test for #310447.
DatabaseSchema::$connection property includes/database/schema.inc The database connection.
DatabaseSchema::buildTableNameCondition function includes/database/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema::prefixNonTable function includes/database/schema.inc Create names for indexes, primary keys and constraints.
DatabaseSchema::__clone function includes/database/schema.inc Implements the magic __clone function.
DatabaseSchema::__construct function includes/database/schema.inc
DatabaseSchemaObjectDoesNotExistException class includes/database/schema.inc Exception thrown if an object being modified doesn't exist yet.
DatabaseSchemaObjectExistsException class includes/database/schema.inc Exception thrown if an object being created already exists.
DatabaseSchema_mysql::buildTableNameCondition function includes/database/mysql/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema_pgsql::$tableInformation property includes/database/pgsql/schema.inc A cache of information about blob columns and sequences of tables.
DatabaseSchema_pgsql::buildTableNameCondition function includes/database/pgsql/schema.inc Build a condition to match a table name against a standard information_schema.
DatabaseSchema_pgsql::constraintExists function includes/database/pgsql/schema.inc Helper function: check if a constraint (PK, FK, UK) exists.
DatabaseSchema_pgsql::queryFieldInformation function includes/database/pgsql/schema.inc Fetch the list of CHECK constraints used on a field.
DatabaseSchema_pgsql::queryTableInformation function includes/database/pgsql/schema.inc Fetch the list of blobs and sequences used on a table.
DatabaseSchema_sqlite::mapKeyDefinition function includes/database/sqlite/schema.inc Utility method: rename columns in an index definition according to a new mapping.
DatabaseSelectCloneTest class modules/simpletest/tests/database_test.test Test cloning Select queries.
DatabaseSelectCloneTest::getInfo function modules/simpletest/tests/database_test.test
DatabaseSelectCloneTest::testNestedQueryCloning function modules/simpletest/tests/database_test.test Tests that nested SELECT queries are cloned properly.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning function modules/simpletest/tests/database_test.test Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testJoinConditionObject function modules/simpletest/tests/database_test.test Test that join conditions can use Condition objects.
DatabaseSelectComplexTestCase::testNestedConditions function modules/simpletest/tests/database_test.test Confirm that we can properly nest conditional clauses.
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect function modules/simpletest/tests/database_test.test Test that we can use a subquery in a WHERE clause.
DatabaseSelectTestCase::testNotNullCondition function modules/simpletest/tests/database_test.test Test that we can find a record without a NULL value.
DatabaseSelectTestCase::testNullCondition function modules/simpletest/tests/database_test.test Test that we can find a record with a NULL value.
DatabaseSelectTestCase::testSimpleSelectConditional function modules/simpletest/tests/database_test.test Test basic conditionals on SELECT statements.
DatabaseSelectTestCase::testSimpleSelectExpression function modules/simpletest/tests/database_test.test Test SELECT statements with expressions.
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple function modules/simpletest/tests/database_test.test Test SELECT statements with multiple expressions.
DatabaseSelectTestCase::testUnion function modules/simpletest/tests/database_test.test 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/simpletest/tests/database_test.test Test that we can UNION ALL multiple Select queries together.
DatabaseSelectTestCase::testUnionOrder function modules/simpletest/tests/database_test.test Tests that we can UNION multiple Select queries together and set the ORDER.
DatabaseSelectTestCase::testUnionOrderLimit function modules/simpletest/tests/database_test.test Tests that we can UNION multiple Select queries together with a LIMIT.
DatabaseStatementBase::__construct function includes/database/database.inc
DatabaseStatementPrefetch::$defaultFetchOptions property includes/database/prefetch.inc Holds supplementary default fetch options.
DatabaseStatementPrefetch::$driverOptions property includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
DatabaseStatementPrefetch::$fetchOptions property includes/database/prefetch.inc Holds supplementary current fetch options (which will be used by the next fetch).
DatabaseStatementPrefetch::throwPDOException function includes/database/prefetch.inc Throw a PDO Exception based on the last PDO error.
DatabaseStatementPrefetch::__construct function includes/database/prefetch.inc
DatabaseTaskException class includes/install.inc Exception thrown if the database installer fails.
DatabaseTasks::checkEngineVersion function includes/install.inc Check the engine version.
DatabaseTasks::connect function includes/install.inc Check if we can connect to the database.
DatabaseTasks::getFormOptions function includes/install.inc Return driver specific configuration options.
DatabaseTasks::minimumVersion function includes/install.inc Return the minimum required version of the engine.
DatabaseTasks_mysql::minimumVersion function includes/database/mysql/install.inc Returns the minimum version for MySQL.
DatabaseTasks_pgsql::checkPHPVersion function includes/database/pgsql/install.inc Check PHP version.
DatabaseTasks_pgsql::minimumVersion function includes/database/pgsql/install.inc Return the minimum required version of the engine.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.