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