Search for db

  1. Search 7.x for db
  2. Search 9.5.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_add_primary_key function core/includes/database.inc Adds a primary key to a database table.
db_add_unique_key function core/includes/database.inc Adds a unique key.
db_and function core/includes/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together.
db_change_field function core/includes/database.inc Changes a field definition.
db_close function core/includes/database.inc Closes the active database connection.
db_condition function core/includes/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_create_table function core/includes/database.inc Creates a new table from a Drupal table definition.
db_delete function core/includes/database.inc Returns a new DeleteQuery object for the active database.
db_driver function core/includes/database.inc Retrieves the name of the currently active database driver.
db_drop_field function core/includes/database.inc Drops a field.
db_drop_index function core/includes/database.inc Drops an index.
db_drop_primary_key function core/includes/database.inc Drops the primary key of a database table.
db_drop_table function core/includes/database.inc Drops a table.
db_drop_unique_key function core/includes/database.inc Drops a unique key.
db_escape_field function core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table function core/includes/database.inc Restricts a dynamic table name to safe characters.
db_field_exists function core/includes/database.inc Checks if a column exists in the given table.
db_field_names function core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default function core/includes/database.inc Sets the default value for a field.
db_field_set_no_default function core/includes/database.inc Sets a field to have no default value.
db_find_tables function core/includes/database.inc Finds all tables that are like the specified base table name.
db_ignore_replica function core/includes/database.inc Sets a session variable specifying the lag time for ignoring a replica
server (A replica server is traditionally referred to as
a "slave" in database server documentation).
db_index_exists function core/includes/database.inc Checks if an index exists in the given table.
db_insert function core/includes/database.inc Returns a new InsertQuery object for the active database.
db_installer_object function core/includes/install.inc Returns a database installer object.
db_like function core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern.
db_merge function core/includes/database.inc Returns a new MergeQuery object for the active database.
db_next_id function core/includes/database.inc Retrieves a unique id.
db_or function core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together.
db_query function core/includes/database.inc Executes an arbitrary query string against the active database.
db_query_range function core/includes/database.inc Executes a query against the active database, restricted to a range.
db_query_temporary function core/includes/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_rename_table function core/includes/database.inc Renames a table.
db_select function core/includes/database.inc Returns a new SelectQuery object for the active database.
db_set_active function core/includes/database.inc Sets a new active database.
db_table_exists function core/includes/database.inc Checks if a table exists.
db_transaction function core/includes/database.inc Returns a new transaction object for the active database.
db_truncate function core/includes/database.inc Returns a new TruncateQuery object for the active database.
db_update function core/includes/database.inc Returns a new UpdateQuery object for the active database.
db_xor function core/includes/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
DisplayPluginBase::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a basic render array which can be properly render cached.
DisplayPluginInterface::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a basic render array which can be properly render cached.
DocParserIgnoredClassesTest::testIgnoredAnnotationSkippedBeforeReflection function core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php Ensure annotations can be ignored when namespaces are present.
DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DrupalCoreRecommendedBuilder class composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Builder to produce metapackage for drupal/core-recommended.
DrupalCoreRecommendedBuilder.php file composer/Generator/Builder/DrupalCoreRecommendedBuilder.php
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.
DrupalCoreRecommendedBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Returns the initial package metadata that describes the metapackage.

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