Namesort descending Location Description
DatabaseTasks::name core/includes/install.inc Return the human-readable name of the driver.
DatabaseTasks::pass core/includes/install.inc Assert test as a pass.
DatabaseTasks::runTasks core/includes/install.inc Run database tasks and tests to see if Backdrop can run on the database.
DatabaseTasks::runTestQuery core/includes/install.inc Run SQL tests to ensure the database can execute commands with the current user.
DatabaseTasks::validateDatabaseSettings core/includes/install.inc Validates driver specific configuration settings.
DatabaseTasks_mysql::minimumVersion core/includes/database/mysql/install.inc Returns the minimum version for MySQL.
DatabaseTasks_mysql::name core/includes/database/mysql/install.inc Returns a human-readable name string for MySQL and equivalent databases.
DatabaseTemporaryQueryTestCase::countTableRows core/modules/simpletest/tests/database_test.test Return the number of rows of a table.
DatabaseTemporaryQueryTestCase::setUp core/modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
DatabaseTemporaryQueryTestCase::testTemporaryQuery core/modules/simpletest/tests/database_test.test Confirm that temporary tables work and are limited to one request.
DatabaseTestCase::addSampleData core/modules/simpletest/tests/database_test.test Setup our sample data.
DatabaseTestCase::ensureSampleDataNull core/modules/simpletest/tests/database_test.test Set up tables for NULL handling.
DatabaseTestCase::installTables core/modules/simpletest/tests/database_test.test Set up several tables needed by a certain test.
DatabaseTestCase::setUp core/modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
DatabaseTransaction::name core/includes/database/database.inc Retrieves the name of the transaction or savepoint.
DatabaseTransaction::rollback core/includes/database/database.inc Rolls back the current transaction.
DatabaseTransaction::__construct core/includes/database/database.inc Creates a database transaction object.
DatabaseTransaction::__destruct core/includes/database/database.inc Destroy a database transaction object.
DatabaseTransactionTestCase::assertRowAbsent core/modules/simpletest/tests/database_test.test Assert that a given row is absent from the test table.
DatabaseTransactionTestCase::assertRowPresent core/modules/simpletest/tests/database_test.test Assert that a given row is present in the test table.
DatabaseTransactionTestCase::cleanUp core/modules/simpletest/tests/database_test.test Start over for a new test.
DatabaseTransactionTestCase::executeDDLStatement core/modules/simpletest/tests/database_test.test Execute a DDL statement.
DatabaseTransactionTestCase::insertRow core/modules/simpletest/tests/database_test.test Insert a single row into the testing table.
DatabaseTransactionTestCase::rollBackWithoutTransactionErrorHandler core/modules/simpletest/tests/database_test.test Special handling of "rollback without transaction" errors.
DatabaseTransactionTestCase::testCommittedTransaction core/modules/simpletest/tests/database_test.test Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported core/modules/simpletest/tests/database_test.test Test transaction rollback on a database that does not support transactions.
DatabaseTransactionTestCase::testTransactionRollBackSupported core/modules/simpletest/tests/database_test.test Test transaction rollback on a database that supports transactions.
DatabaseTransactionTestCase::testTransactionStacking core/modules/simpletest/tests/database_test.test Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionWithDdlStatement core/modules/simpletest/tests/database_test.test Test the compatibility of transactions with DDL statements.
DatabaseTransactionTestCase::transactionInnerLayer core/modules/simpletest/tests/database_test.test Helper method for transaction unit tests. This "inner layer" transaction is either used alone or nested inside of the "outer layer" transaction.
DatabaseTransactionTestCase::transactionOuterLayer core/modules/simpletest/tests/database_test.test Helper method for transaction unit test. This "outer layer" transaction starts and then encapsulates the "inner layer" transaction. This nesting is used to evaluate whether the the database transaction API properly supports…
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate core/modules/simpletest/tests/database_test.test Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate core/modules/simpletest/tests/database_test.test Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate core/modules/simpletest/tests/database_test.test Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate core/modules/simpletest/tests/database_test.test Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate core/modules/simpletest/tests/database_test.test Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression core/modules/simpletest/tests/database_test.test Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression core/modules/simpletest/tests/database_test.test Test update with only expression values.
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob core/modules/simpletest/tests/database_test.test Confirm that we can update two blob columns in the same table.
DatabaseUpdateLOBTestCase::testUpdateOneBlob core/modules/simpletest/tests/database_test.test Confirm that we can update a blob column.
DatabaseUpdateTestCase::testExpressionUpdate core/modules/simpletest/tests/database_test.test Test updating with expressions.
DatabaseUpdateTestCase::testMultiGTUpdate core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testPrimaryKeyUpdate core/modules/simpletest/tests/database_test.test Confirm that we can update the primary key of a record successfully.
DatabaseUpdateTestCase::testSimpleNullUpdate core/modules/simpletest/tests/database_test.test Confirm updating to NULL.
DatabaseUpdateTestCase::testSimpleUpdate core/modules/simpletest/tests/database_test.test Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testUpdateAffectedRows core/modules/simpletest/tests/database_test.test Tests return value on update.
DatabaseUpdateTestCase::testWhereAndConditionUpdate core/modules/simpletest/tests/database_test.test Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a where call.
database_example_advanced_list modules/examples/database_example/database_example.module Renders a filtered list of entries in the database.

Pages