db_merge

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_merge()

Namesort iconLocationDescription
actions_savedrupal/includes/actions.incSave an action and its associated user-supplied parameter values to the database.
aggregator_aggregator_parsedrupal/modules/aggregator/aggregator.parser.incImplementation of hook_aggregator_parse().
aggregator_block_savedrupal/modules/aggregator/aggregator.moduleImplementation of hook_block_save().
aggregator_refreshdrupal/modules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removedrupal/modules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_save_categorydrupal/modules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feeddrupal/modules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemdrupal/modules/aggregator/aggregator.processor.incAdd/edit/delete an aggregator item.
cache_setdrupal/includes/cache.incStore data in the persistent cache.
search_indexdrupal/modules/search/search.moduleUpdate the full-text search index for a particular item.
search_update_totalsdrupal/modules/search/search.moduleThis function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
statistics_exitdrupal/modules/statistics/statistics.moduleImplementation of hook_exit().
user_set_authmapsdrupal/modules/user/user.moduleSave mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_setdrupal/includes/bootstrap.incSet a persistent variable.
_registry_parse_filedrupal/includes/registry.incParse a file and save its function and class listings.
_registry_parse_filesdrupal/includes/registry.incParse all files that have changed since the registry was last built, and save their function and class listings.
_sess_writedrupal/includes/session.incSession handler assigned by session_set_save_handler().