The table to truncate.
Type: string
File
- core/
includes/ database/ query.inc, line 914 - Non-specific Database query code. Used by all engines.
Class
- TruncateQuery
- General class for an abstracted TRUNCATE operation.
Code
protected $table;
The table to truncate.
Type: string
protected $table;