/**
  * Returns the symbol the adapter uses for delimited identifiers.
  *
  * @return string
  */
 public function getQuoteIdentifierSymbol()
 {
     return $this->adapter->getQuoteIdentifierSymbol();
 }