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
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
db_last_insert_idincludes/database/database.incReturns the last insert id.
menu_link_saveincludes/menu.incSave a menu link.

Functions called by db_last_insert_id()

Namesort iconLocationDescription
db_last_insert_idincludes/database/database.incReturns the last insert id.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.