db_affected_rows

Related topics

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

Functions that call db_affected_rows()

Namesort iconLocationDescription
cache_setincludes/cache.incStore data in the persistent cache.
db_affected_rowsincludes/database.pgsql.incDetermine the number of rows changed by the preceding query.
node_type_update_nodesmodules/node/node.moduleUpdates all nodes of one type to be of another type.
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
search_update_totalsmodules/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_exitmodules/statistics/statistics.moduleImplementation of hook_exit().
system_update_6038modules/system/system.installEnsure that "Account" is not used as a Profile category.
user_set_authmapsmodules/user/user.moduleSave mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_setincludes/bootstrap.incSet a persistent variable.

Functions called by db_affected_rows()

Namesort iconLocationDescription
db_affected_rowsincludes/database.pgsql.incDetermine the number of rows changed by the preceding query.
 
 

Drupal is a registered trademark of Dries Buytaert.