Ejemplo n.º 1
0
 /**
  * Check if the adapter supports real SQL parameters.
  *
  * @param string $type 'positional' or 'named'
  * @return bool
  */
 public function supportsParameters($type)
 {
     return $this->_adapter->supportsParameters($type);
 }