Search for db

  1. Search 9.5.x for db
  2. Search 8.9.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
db_like function includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_merge function includes/database/database.inc Returns a new MergeQuery object for the active database.
db_next_id function includes/database/database.inc Retrieves a unique id.
db_or function includes/database/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together.
db_query function includes/database/database.inc Executes an arbitrary query string against the active database.
db_query_range function includes/database/database.inc Executes a query against the active database, restricted to a range.
db_query_temporary function includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_rename_table function includes/database/database.inc Renames a table.
db_run_tasks function includes/install.inc Ensures the environment for a Drupal database on a predefined connection.
db_select function includes/database/database.inc Returns a new SelectQuery object for the active database.
db_set_active function includes/database/database.inc Sets a new active database.
db_table_exists function includes/database/database.inc Checks if a table exists.
db_transaction function includes/database/database.inc Returns a new transaction object for the active database.
db_truncate function includes/database/database.inc Returns a new TruncateQuery object for the active database.
db_update function includes/database/database.inc Returns a new UpdateQuery object for the active database.
db_xor function includes/database/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
DrupalDatabaseCache::isValidBin function includes/cache.inc Checks if $this->bin represents a valid cache table.
DrupalWebTestCase::assertFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page with the given ID and value.
DrupalWebTestCase::assertFieldByName function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page with the given name and value.
DrupalWebTestCase::assertFieldByXPath function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page by the given XPath.
DrupalWebTestCase::assertNoFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given ID and value.
DrupalWebTestCase::assertNoFieldByName function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given name and value.
DrupalWebTestCase::assertNoFieldByXPath function modules/simpletest/drupal_web_test_case.php Asserts that a field doesn't exist or its value doesn't match, by XPath.
FieldBulkDeleteTestCase class modules/field/tests/field.test Unit test class for field bulk delete and batch purge functionality.
FieldBulkDeleteTestCase::$bundles property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entities property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entities_by_bundles property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entity_type property modules/field/tests/field.test
FieldBulkDeleteTestCase::$field property modules/field/tests/field.test
FieldBulkDeleteTestCase::$fields property modules/field/tests/field.test
FieldBulkDeleteTestCase::$instances property modules/field/tests/field.test
FieldBulkDeleteTestCase::checkHooksInvocations function modules/field/tests/field.test Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::getInfo function modules/field/tests/field.test
FieldBulkDeleteTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldBulkDeleteTestCase::testDeleteFieldInstance function modules/field/tests/field.test Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField function modules/field/tests/field.test Verify that fields are preserved and purged correctly as multiple
instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance function modules/field/tests/field.test Verify that field data items and instances are purged when an
instance is deleted.
FieldBulkDeleteTestCase::_generateStubEntities function modules/field/tests/field.test Convenience function for Field API tests.
FieldInfo::getFieldById function modules/field/field.info.class.inc Returns a field definition from a field ID.
FileSaveUploadTest::$maxFidBefore property modules/simpletest/tests/file.test The largest file id when the test starts.
MenuRebuildTestCase::testMenuRebuildByVariable function modules/simpletest/tests/menu.test Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
PageEditTestCase::testPageAuthoredBy function modules/node/node.test Tests changing a node's "authored by" field.
PharInvocationCollection::findByCallback function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationResolver::addBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::findByAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Finds confirmed(!) invocations by alias.
PharInvocationResolver::findByBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
theme_dblog_message function modules/dblog/dblog.admin.inc Returns HTML for a log message.
update_parse_db_url function includes/update.inc Parse pre-Drupal 7 database connection URLs and return D7 compatible array.
_dblog_get_message_types function modules/dblog/dblog.module Gathers a list of uniquely defined database log message types.
_db_create_keys_sql function includes/database/database.inc

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