tableName = $name; } public function getTable(): string { return $this->tableName; } public function build(array &$params, Query $context = NULL): ?string { return "TRUNCATE " . $this->sql->tableName($this->getTable()); } }