MergeQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
UpdateQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
SelectQuery::isNotNull |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::isNotNull(). |
DeleteQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
DatabaseCondition::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
SelectQuery::havingIsNotNull |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingIsNotNull(). |
SelectQueryExtender::isNotNull |
function |
core/includes/database/select.inc |
Sets a condition that the specified field be NOT NULL. |
QueryConditionInterface::isNotNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
DatabaseSelectTestCase::testIsNotNullCondition |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record without a NULL value. |