sql = $sql; $this->dump = false; } public function dump(): Query { $this->dump = true; return $this; } public abstract function execute(): bool; }