The table to truncate.
Type: string
File
- core/lib/Drupal/Core/Database/Query/Truncate.php, line 19
Class
- Truncate
- General class for an abstracted TRUNCATE operation.
Namespace
Drupal\Core\Database\Query
Code
protected $table;
The table to truncate.
Type: string
Drupal\Core\Database\Query
protected $table;
Please login to continue.