예제 #1
0
파일: Having.php 프로젝트: opis/database
 /**
  * @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);
 }