Exemple #1
0
 /**
  * @param   bool    $not
  *
  * @return  WhereStatement
  */
 protected function addNullCondition(bool $not) : WhereStatement
 {
     $this->sql->addWhereNullCondition($this->column, $this->separator, $not);
     return $this->statement;
 }