protected property TruncateQuery::$table
The table to truncate.
Tipo: string
Archivo
- drupal-7.x/
includes/ database/ query.inc, line 893 - Non-specific Database query code. Used by all engines.
Class
- TruncateQuery
- General class for an abstracted TRUNCATE operation.
Código
protected $table;