Database::RETURN_AFFECTED

  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 number of affected rows.

File

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

Code

const RETURN_AFFECTED = 2
Login or register to post comments