db_last_insert_id

Related topics

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

Functions that call db_last_insert_id()

Namesort iconLocationDescription
actions_saveincludes/actions.incSave an action and its associated user-supplied parameter values to the database.
aggregator_save_categorymodules/aggregator/aggregator.moduleAdd/edit/delete aggregator categories.
aggregator_save_feedmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator feed.
aggregator_save_itemmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator item.
batch_processincludes/form.incProcess the batch.
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
db_last_insert_idincludes/database.pgsql.incReturns the last insert id. This function is thread safe.
drupal_write_recordincludes/common.incSave a record to the database based upon the schema.
menu_link_saveincludes/menu.incSave a menu link.
user_savemodules/user/user.moduleSave changes to a user account or add a new user.

Functions called by db_last_insert_id()

Namesort iconLocationDescription
db_escape_tableincludes/database.incRestrict a dynamic table, column or constraint name to safe characters.
db_last_insert_idincludes/database.pgsql.incReturns the last insert id. This function is thread safe.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
 
 

Drupal is a registered trademark of Dries Buytaert.