/**
  * a callback function for some array_map call in generated methods
  * @since 1.2
  */
 protected function _callbackQuoteBin($value)
 {
     return $this->_conn->quote2($value, true, true);
 }