예제 #1
0
파일: Query.php 프로젝트: abcarroll/DABL
 /**
  * @param mixed $column
  * @return Query
  */
 function orNotNull($column)
 {
     $this->_where->orNotNull($column);
     return $this;
 }