Overrides ConditionInterface::isNotNull
public function isNotNull($field) { $this->query ->isNotNull($field); return $this; }