Ejemplo n.º 1
0
 /**
  * @param   bool    $not
  *
  * @return  WhereCondition
  */
 public function addNullCondition($not)
 {
     $this->whereClause->addNullCondition($this->column, $this->separator, $not);
     return $this->condition;
 }