constant Database::RETURN_STATEMENT

Flag to indicate a query call should return the prepared statement.

File

core/lib/Drupal/Core/Database/Database.php, line 25

Class

Database
Primary front-controller for the database system.

Namespace

Drupal\Core\Database

Code

const RETURN_STATEMENT = 1;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Database.php/constant/Database::RETURN_STATEMENT/8.1.x