protected property UpdateQuery::$fields in Drupal 7
An array of fields that will be updated.
Type: array
File
- includes/
database/ query.inc, line 977 - Non-specific Database query code. Used by all engines.
Class
- UpdateQuery
- General class for an abstracted UPDATE operation.
Code
protected $fields = array();