constant Database::RETURN_AFFECTED
Flag to indicate a query call should return the number of affected rows.
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 1340 - Core systems for the database layer.
Class
- Database
- Primary front-controller for the database system.
Código
const RETURN_AFFECTED = 2;