/**
  * {@inheritdoc}
  */
 public function quote($value)
 {
     return $this->conn->quote($value);
 }