constant Database::RETURN_STATEMENT in Drupal 7
Flag to indicate a query call should return the prepared statement.
File
- includes/
database/ database.inc, line 1441 - Core systems for the database layer.
Class
- Database
- Primary front-controller for the database system.
Code
const RETURN_STATEMENT = 1;