Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
dblog_clear_log_form drupal/modules/dblog/dblog.admin.inc Form constructor for the form that clears out the log. 1
dblog_clear_log_submit drupal/modules/dblog/dblog.admin.inc Form submission handler for dblog_clear_log_form(). 1
dblog_cron drupal/modules/dblog/dblog.module Implements hook_cron().
dblog_event drupal/modules/dblog/dblog.admin.inc Page callback: Displays details about a specific database log message. 1
dblog_filters drupal/modules/dblog/dblog.admin.inc Creates a list of database log administration filters that can be applied. 3
dblog_filter_form drupal/modules/dblog/dblog.admin.inc Form constructor for the database logging filter form. 1
dblog_filter_form_submit drupal/modules/dblog/dblog.admin.inc Form submission handler for dblog_filter_form().
dblog_filter_form_validate drupal/modules/dblog/dblog.admin.inc Form validation handler for dblog_filter_form().
dblog_form_system_logging_settings_alter drupal/modules/dblog/dblog.module Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_help drupal/modules/dblog/dblog.module Implements hook_help().
dblog_init drupal/modules/dblog/dblog.module Implements hook_init().
dblog_menu drupal/modules/dblog/dblog.module Implements hook_menu().
dblog_overview drupal/modules/dblog/dblog.admin.inc Page callback: Displays a listing of database log messages. 1
dblog_schema drupal/modules/dblog/dblog.install Implements hook_schema().
dblog_theme drupal/modules/dblog/dblog.module Implements hook_theme().
dblog_top drupal/modules/dblog/dblog.admin.inc Page callback: Shows the most frequent log messages of a given event type. 1
dblog_uninstall drupal/modules/dblog/dblog.install Implements hook_uninstall().
dblog_update_7001 drupal/modules/dblog/dblog.install Update the {watchdog} table.
dblog_update_7002 drupal/modules/dblog/dblog.install Add an index to the severity column in the watchdog database table.
dblog_update_7003 drupal/modules/dblog/dblog.install Account for possible legacy systems where dblog was not installed.
dblog_watchdog drupal/modules/dblog/dblog.module Implements hook_watchdog(). 4
db_add_field drupal/includes/database/database.inc Adds a new field to a table. 25
db_add_index drupal/includes/database/database.inc Adds an index. 33
db_add_primary_key drupal/includes/database/database.inc Adds a primary key to a database table. 6
db_add_unique_key drupal/includes/database/database.inc Adds a unique key. 3
db_and drupal/includes/database/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together. 2
db_change_field drupal/includes/database/database.inc Changes a field definition. 57
db_close drupal/includes/database/database.inc Closes the active database connection. 1
db_condition drupal/includes/database/database.inc Returns a new DatabaseCondition, set to the specified conjunction. 1
db_create_table drupal/includes/database/database.inc Creates a new table from a Drupal table definition. 37
db_delete drupal/includes/database/database.inc Returns a new DeleteQuery object for the active database. 3
db_driver drupal/includes/database/database.inc Retrieves the name of the currently active database driver. 2
db_drop_field drupal/includes/database/database.inc Drops a field. 19
db_drop_index drupal/includes/database/database.inc Drops an index. 21
db_drop_primary_key drupal/includes/database/database.inc Drops the primary key of a database table. 7
db_drop_table drupal/includes/database/database.inc Drops a table. 25
db_drop_unique_key drupal/includes/database/database.inc Drops a unique key. 6
db_escape_field drupal/includes/database/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table drupal/includes/database/database.inc Restricts a dynamic table name to safe characters. 1
db_field_exists drupal/includes/database/database.inc Checks if a column exists in the given table. 6
db_field_names drupal/includes/database/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default drupal/includes/database/database.inc Sets the default value for a field. 1
db_field_set_no_default drupal/includes/database/database.inc Sets a field to have no default value. 1
db_find_tables drupal/includes/database/database.inc Finds all tables that are like the specified base table name. 3
db_ignore_slave drupal/includes/database/database.inc Sets a session variable specifying the lag time for ignoring a slave server. 2
db_index_exists drupal/includes/database/database.inc Checks if an index exists in the given table. 9
db_insert drupal/includes/database/database.inc Returns a new InsertQuery object for the active database. 3
db_installer_object drupal/includes/install.inc Returns a database installer object. 1
db_like drupal/includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 6
db_merge drupal/includes/database/database.inc Returns a new MergeQuery object for the active database.

Pages

Other projects