protected property UpdateQuery::$table in Drupal 7
The table to update.
Type: string
File
- includes/
database/ query.inc, line 970 - Non-specific Database query code. Used by all engines.
Class
- UpdateQuery
- General class for an abstracted UPDATE operation.
Code
protected $table;