Exemplo n.º 1
0
 /**
  * @param   string|float|int $value1
  * @param   string|float|int $value2
  */
 public function notBetween($value1, $value2)
 {
     $this->sql->addHavingBetweenCondition($this->aggregate, $value1, $value2, $this->separator, true);
 }