Esempio n. 1
0
 /**
  * Checks if the driver supports quoting.
  *
  * @return bool
  */
 public function supportsQuoting()
 {
     return $this->_driver->supportsQuoting();
 }