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