Overrides ConditionInterface::isNotNull
public function isNotNull($field) { return $this->condition($field, NULL, 'IS NOT NULL'); }