Example #1
0
 /**
  * quotes identifier for use in sql
  *
  * @param  string $identifier
  * @return string
  */
 public function quoteIdentifier($identifier)
 {
     return $this->platform->quoteIdentifier($identifier);
 }