function DatabaseCondition::isNotNull
Implements QueryConditionInterface::isNotNull().
Overrides QueryConditionInterface::isNotNull
File
-
includes/
database/ query.inc, line 1784
Class
- DatabaseCondition
- Generic class for a series of conditions in a query.
Code
public function isNotNull($field) {
return $this->condition($field, NULL, 'IS NOT NULL');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.