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