/**
  * Get quote symbol from adapter.
  *
  * @return string
  */
 protected function _getQuoteIdentifierSymbol()
 {
     return $this->_collection->getConnection()->getQuoteIdentifierSymbol();
 }