예제 #1
0
파일: Connection.php 프로젝트: sigma-z/dive
 /**
  * quotes identifier for use in sql
  *
  * @param  string $identifier
  * @return string
  */
 public function quoteIdentifier($identifier)
 {
     return $this->platform->quoteIdentifier($identifier);
 }