constant Database::RETURN_INSERT_ID

Flag to indicate a query call should return the "last insert id".

File

drupal/includes/database/database.inc, line 1404
Core systems for the database layer.

Class

Database
Primary front-controller for the database system.

Code

const RETURN_INSERT_ID = 3;