constant Database::RETURN_INSERT_ID in Drupal 7
Flag to indicate a query call should return the "last insert id".
File
- includes/
database/ database.inc, line 1451 - Core systems for the database layer.
Class
- Database
- Primary front-controller for the database system.
Code
const RETURN_INSERT_ID = 3;