The table to update.
Type: string
File
- core/
includes/ database/ query.inc, line 974 - 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;