You are here

constant Database::RETURN_AFFECTED in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Database.php \Drupal\Core\Database\Database::RETURN_AFFECTED

Flag to indicate a query call should return the number of affected rows.

File

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

Class

Database
Primary front-controller for the database system.

Namespace

Drupal\Core\Database

Code

const RETURN_AFFECTED = 2;