コード例 #1
0
ファイル: Where.php プロジェクト: cgslivre/database-1
 /**
  * @param   bool    $not
  *
  * @return  WhereCondition
  */
 public function addNullCondition($not)
 {
     $this->whereClause->addNullCondition($this->column, $this->separator, $not);
     return $this->condition;
 }