示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Returns the symbol the adapter uses for delimited identifiers.
  *
  * @return string
  */
 public function getQuoteIdentifierSymbol()
 {
     return $this->_adapter->getQuoteIdentifierSymbol();
 }