Database::RETURN_STATEMENT

  1. drupal
    1. 7 includes/database/database.inc
    2. 8 core/lib/Drupal/Core/Database/Database.php

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

File

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

Code

const RETURN_STATEMENT = 1
Login or register to post comments