constant Database::RETURN_INSERT_ID

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

Archivo

drupal-7.x/includes/database/database.inc, line 1345
Core systems for the database layer.

Class

Database
Primary front-controller for the database system.

Código

const RETURN_INSERT_ID = 3;