Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DatabaseConnection_sqlite::utf8mb4IsActive function includes/database/sqlite/database.inc Checks whether utf8mb4 support is currently active.
DatabaseConnection_sqlite::utf8mb4IsSupported function includes/database/sqlite/database.inc Checks whether utf8mb4 support is available on the current database system.
DatabaseConnection_sqlite::__construct function includes/database/sqlite/database.inc
DatabaseConnection_sqlite::__destruct function includes/database/sqlite/database.inc Destructor for the SQLite connection.
DatabaseDeleteTruncateTestCase class modules/simpletest/tests/database_test.test Delete/Truncate tests.
DatabaseDeleteTruncateTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseDeleteTruncateTestCase::testSimpleDelete function modules/simpletest/tests/database_test.test Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete function modules/simpletest/tests/database_test.test Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testTruncate function modules/simpletest/tests/database_test.test Confirm that we can truncate a whole table successfully.
DatabaseDriverNotSpecifiedException class includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseEmptyStatementTestCase class modules/simpletest/tests/database_test.test Tests the empty pseudo-statement class.
DatabaseEmptyStatementTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseEmptyStatementTestCase::testEmpty function modules/simpletest/tests/database_test.test Test that the empty result set behaves as empty.
DatabaseEmptyStatementTestCase::testEmptyFetchAll function modules/simpletest/tests/database_test.test Test that the empty result set mass-fetches in an expected way.
DatabaseEmptyStatementTestCase::testEmptyIteration function modules/simpletest/tests/database_test.test Test that the empty result set iterates safely.
DatabaseFetch2TestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 2.
DatabaseFetch2TestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseFetch2TestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseFetch2TestCase::testQueryFetchBoth function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol function modules/simpletest/tests/database_test.test Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum function modules/simpletest/tests/database_test.test
DatabaseFetchTestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 1.
DatabaseFetchTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray function modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchClasstype function modules/simpletest/tests/database_test.test Confirms that we can fetch a record into a new instance of a custom class.
The name of the class is determined from a value of the first column.
DatabaseFetchTestCase::testQueryFetchDefault function modules/simpletest/tests/database_test.test Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject function modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an object explicitly.
DatabaseInsertDefaultsTestCase class modules/simpletest/tests/database_test.test Insert tests for "database default" values.
DatabaseInsertDefaultsTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert function modules/simpletest/tests/database_test.test Test that no action will be preformed if no fields are specified.
DatabaseInsertDefaultsTestCase::testDefaultInsert function modules/simpletest/tests/database_test.test Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields function modules/simpletest/tests/database_test.test Test that we can insert fields with values and defaults in the same query.
DatabaseInsertLOBTestCase class modules/simpletest/tests/database_test.test Insert tests using LOB fields, which are weird on some databases.
DatabaseInsertLOBTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseInsertLOBTestCase::testInsertMultipleBlob function modules/simpletest/tests/database_test.test Test that we can insert multiple blob fields in the same query.
DatabaseInsertLOBTestCase::testInsertOneBlob function modules/simpletest/tests/database_test.test Test that we can insert a single blob field successfully.
DatabaseInsertTestCase class modules/simpletest/tests/database_test.test Test the insert builder.
DatabaseInsertTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion function modules/simpletest/tests/database_test.test Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertLastInsertID function modules/simpletest/tests/database_test.test Test that inserts return the proper auto-increment ID.
DatabaseInsertTestCase::testInsertSelectAll function modules/simpletest/tests/database_test.test Tests that the INSERT INTO ... SELECT * ... syntax works.
DatabaseInsertTestCase::testInsertSelectFields function modules/simpletest/tests/database_test.test Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseInsertTestCase::testMultiInsert function modules/simpletest/tests/database_test.test Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert function modules/simpletest/tests/database_test.test Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert function modules/simpletest/tests/database_test.test Test the very basic insert functionality.
DatabaseInvalidDataTestCase class modules/simpletest/tests/database_test.test Test invalid data handling.
DatabaseInvalidDataTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseInvalidDataTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseInvalidDataTestCase::testInsertDuplicateData function modules/simpletest/tests/database_test.test Traditional SQL database systems abort inserts when invalid data is encountered.

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