Example #1
0
 /**
  * Gets identifier quote character
  *
  * @return string
  */
 public function getIdentifierQuote()
 {
     return $this->platform->getIdentifierQuote();
 }