You are here

protected property Truncate::$table in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/Query/Truncate.php \Drupal\Core\Database\Query\Truncate::table

The table to truncate.

Type: string

File

core/lib/Drupal/Core/Database/Query/Truncate.php, line 24
Contains \Drupal\Core\Database\Query\Truncate.

Class

Truncate
General class for an abstracted TRUNCATE operation.

Namespace

Drupal\Core\Database\Query

Code

protected $table;