Flag to indicate a query call should simply return NULL.
This is used for queries that have no reasonable return value anyway, such as INSERT statements to a table without a serial primary key.
File
- includes/
database/ database.inc, line 1311 - Core systems for the database layer.
Code
const RETURN_NULL = 0
Login or register to post comments