Exemple #1
0
 /**
  * Implements QueryConditionInterface::isNotNull().
  */
 public function isNotNull($field)
 {
     $this->condition->isNotNull($field);
     return $this;
 }
Exemple #2
0
 public function havingIsNotNull($field)
 {
     $this->having->isNotNull($field);
     return $this;
 }