MergeQuery::isNotNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
UpdateQuery::isNotNull |
function |
core/includes/database/query.inc |
|
SelectQuery::isNotNull |
function |
core/includes/database/select.inc |
|
DeleteQuery::isNotNull |
function |
core/includes/database/query.inc |
|
DatabaseCondition::isNotNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
SelectQuery::havingIsNotNull |
function |
core/includes/database/select.inc |
|
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. |