Flag to indicate a query call should return the number of affected rows.
File
- core/lib/Drupal/Core/Database/Database.php, line 30
Class
- Database
- Primary front-controller for the database system.
Namespace
Drupal\Core\Database
Code
const RETURN_AFFECTED = 2;
Please login to continue.