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