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
dblog_schema function modules/dblog/dblog.install Implements hook_schema().
dblog_theme function modules/dblog/dblog.module Implements hook_theme().
dblog_top function modules/dblog/dblog.admin.inc Page callback: Shows the most frequent log messages of a given event type.
dblog_uninstall function modules/dblog/dblog.install Implements hook_uninstall().
dblog_update_7001 function modules/dblog/dblog.install Update the {watchdog} table.
dblog_update_7002 function modules/dblog/dblog.install Add an index to the severity column in the watchdog database table.
dblog_update_7003 function modules/dblog/dblog.install Account for possible legacy systems where dblog was not installed.
dblog_watchdog function modules/dblog/dblog.module Implements hook_watchdog().
db_add_field function includes/database/database.inc Adds a new field to a table.
db_add_index function includes/database/database.inc Adds an index.
db_add_primary_key function includes/database/database.inc Adds a primary key to a database table.
db_add_unique_key function includes/database/database.inc Adds a unique key.
db_and function includes/database/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together.
db_change_field function includes/database/database.inc Changes a field definition.
db_close function includes/database/database.inc Closes the active database connection.
db_condition function includes/database/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_create_table function includes/database/database.inc Creates a new table from a Drupal table definition.
db_delete function includes/database/database.inc Returns a new DeleteQuery object for the active database.
db_driver function includes/database/database.inc Retrieves the name of the currently active database driver.
db_drop_field function includes/database/database.inc Drops a field.
db_drop_index function includes/database/database.inc Drops an index.
db_drop_primary_key function includes/database/database.inc Drops the primary key of a database table.
db_drop_table function includes/database/database.inc Drops a table.
db_drop_unique_key function includes/database/database.inc Drops a unique key.
db_escape_field function includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table function includes/database/database.inc Restricts a dynamic table name to safe characters.
db_field_exists function includes/database/database.inc Checks if a column exists in the given table.
db_field_names function includes/database/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default function includes/database/database.inc Sets the default value for a field.
db_field_set_no_default function includes/database/database.inc Sets a field to have no default value.
db_find_tables function includes/database/database.inc Finds all tables that are like the specified base table name.
db_find_tables_d8 function includes/database/database.inc Finds all tables that are like the specified base table name. This is a
backport of the change made to db_find_tables in Drupal 8 to work with
virtual, un-prefixed table names. The original function is retained for
Backwards Compatibility.
db_ignore_slave function includes/database/database.inc Sets a session variable specifying the lag time for ignoring a slave server.
db_index_exists function includes/database/database.inc Checks if an index exists in the given table.
db_insert function includes/database/database.inc Returns a new InsertQuery object for the active database.
db_installer_object function includes/install.inc Returns a database installer object.
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.

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