|
MergeQuery::isNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
|
UpdateQuery::isNull |
function |
core/includes/database/query.inc |
|
|
SelectQuery::isNull |
function |
core/includes/database/select.inc |
|
|
DeleteQuery::isNull |
function |
core/includes/database/query.inc |
|
|
DatabaseCondition::isNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
|
SelectQuery::havingIsNull |
function |
core/includes/database/select.inc |
|
|
SelectQueryExtender::isNull |
function |
core/includes/database/select.inc |
Sets a condition that the specified field be NULL. |
|
QueryConditionInterface::isNull |
function |
core/includes/database/query.inc |
Sets a condition that the specified field be NULL. |
|
DatabaseSelectTestCase::testIsNullCondition |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record with a NULL value. |