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