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