db_insert

Related topics

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

Functions that call db_insert()

Namesort iconLocationDescription
actions_savedrupal/includes/actions.incSave an action and its associated user-supplied parameter values to the database.
actions_synchronizedrupal/includes/actions.incSynchronize actions that are provided by modules.
aggregator_categorize_items_submitdrupal/modules/aggregator/aggregator.pages.incProcess aggregator_categorize_items() form submissions.
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.
batch_processdrupal/includes/form.incProcess the batch.
comment_nodeapi_insertdrupal/modules/comment/comment.moduleImplementation of hook_nodeapi_insert().
comment_savedrupal/modules/comment/comment.moduleAccepts a submission of new or changed comment content.
drupal_install_systemdrupal/includes/install.incCallback to install the system module.
drupal_write_recorddrupal/includes/common.incSave a record to the database based upon the schema.
flood_register_eventdrupal/includes/common.incRegister an event for the current visitor (hostname/IP) to the flood control mechanism.
hook_taxonomy_term_insertdrupal/modules/taxonomy/taxonomy.api.phpAct on taxonomy terms when inserted.
hook_taxonomy_term_updatedrupal/modules/taxonomy/taxonomy.api.phpAct on taxonomy terms when updated.
menu_link_savedrupal/includes/menu.incSave a menu link.
module_rebuild_cachedrupal/includes/module.incRebuild the database cache of module files.
node_access_example_nodeapi_insertcontributions/docs/developer/examples/node_access_example.moduleImplementation of hook_nodeapi_insert().
node_type_savedrupal/modules/node/node.moduleSaves a node type to the database.
simpletest_run_testsdrupal/modules/simpletest/simpletest.moduleActually runs tests.
statistics_exitdrupal/modules/statistics/statistics.moduleImplementation of hook_exit().
taxonomy_term_savedrupal/modules/taxonomy/taxonomy.moduleSave a term object to the database.
taxonomy_test_taxonomy_term_insertdrupal/modules/simpletest/tests/taxonomy_test.moduleImplementation of hook_taxonomy_term_insert().
taxonomy_test_taxonomy_term_updatedrupal/modules/simpletest/tests/taxonomy_test.moduleImplementation of hook_taxonomy_term_update().
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.
_book_update_outlinedrupal/modules/book/book.moduleCommon helper function to handles additions and updates to the book outline.
_menu_router_builddrupal/includes/menu.incHelper function to build the router table based on the data from hook_menu.