/**
  * Set prefix in query writer
  *
  * @param string $prefix
  */
 public function prefix($prefix)
 {
     $this->writer->setPrefix($prefix);
 }