protected property UpdateQuery::$arguments
An array of values to update to.
Tipo: array
Archivo
- drupal-7.x/
includes/ database/ query.inc, line 983 - Non-specific Database query code. Used by all engines.
Class
- UpdateQuery
- General class for an abstracted UPDATE operation.
Código
protected $arguments = array();