db_update

Related topics

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

Functions that call db_update()

Namesort iconLocationDescription
aggregator_aggregator_fetchdrupal/modules/aggregator/aggregator.fetcher.incImplementation of hook_aggregator_fetch().
aggregator_refreshdrupal/modules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_save_feeddrupal/modules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
batch_processdrupal/includes/form.incProcess the batch.
book_update_biddrupal/modules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
comment_operationsdrupal/modules/comment/comment.moduleComment operations. Offer different update operations depending on which comment administration page is being viewed.
comment_savedrupal/modules/comment/comment.moduleAccepts a submission of new or changed comment content.
comment_unpublish_actiondrupal/modules/comment/comment.moduleDrupal action to unpublish a comment.
comment_unpublish_by_keyword_actiondrupal/modules/comment/comment.moduleImplementation of a configurable Drupal action.
comment_user_deletedrupal/modules/comment/comment.moduleImplementation of hook_user_delete().
drupal_session_regeneratedrupal/includes/session.incCalled when an anonymous user becomes authenticated or vice-versa.
drupal_set_installed_schema_versiondrupal/includes/install.incUpdate the installed version information for a module.
drupal_write_recorddrupal/includes/common.incSave a record to the database based upon the schema.
menu_link_maintaindrupal/includes/menu.incInsert, update or delete an uncustomized menu link related to a module.
menu_link_savedrupal/includes/menu.incSave a menu link.
module_disabledrupal/includes/module.incDisable a given set of modules.
module_enabledrupal/includes/module.incEnable a given list of modules.
module_rebuild_cachedrupal/includes/module.incRebuild the database cache of module files.
node_type_savedrupal/modules/node/node.moduleSaves a node type to the database.
_batch_shutdowndrupal/includes/batch.incShutdown function; store the current batch data for the next request.
_comment_update_node_statisticsdrupal/modules/comment/comment.moduleUpdates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_menu_link_move_childrendrupal/includes/menu.incUpdate the children of a menu link that's being moved.
_menu_navigation_links_rebuilddrupal/includes/menu.incHelper function to build menu links for the items in the menu router.
_menu_update_parental_statusdrupal/includes/menu.incCheck and update the has_children status for the parent of a link.
_sess_writedrupal/includes/session.incSession handler assigned by session_set_save_handler().