|
MergeQuery::notExists |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
|
SelectQuery::notExists |
function |
drupal/includes/database/select.inc |
Sets a condition that the specified subquery returns no values. |
|
DeleteQuery::notExists |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
|
UpdateQuery::notExists |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
|
DatabaseCondition::notExists |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
|
SelectQuery::havingNotExists |
function |
drupal/includes/database/select.inc |
|
|
SelectQueryExtender::notExists |
function |
drupal/includes/database/select.inc |
Sets a condition that the specified subquery returns no values. |
|
QueryConditionInterface::notExists |
function |
drupal/includes/database/query.inc |
Sets a condition that the specified subquery returns no values. |
|
FileFieldTestCase::assertFileNotExists |
function |
drupal/modules/file/tests/file.test |
Asserts that a file does not exist on disk. |
|
FileFieldTestCase::assertFileEntryNotExists |
function |
drupal/modules/file/tests/file.test |
Asserts that a file does not exist in the database. |
|
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect |
function |
drupal/modules/simpletest/tests/database_test.test |
Test NOT EXISTS subquery conditionals on SELECT statements. |