ConditionInterface::notExists

public ConditionInterface::notExists(SelectInterface $select)

Sets a condition that the specified subquery returns no values.

Parameters

\Drupal\Core\Database\Query\SelectInterface $select: The subquery that must not contain results.

Return value

\Drupal\Core\Database\Query\ConditionInterface The called object.

File

core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 110

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function notExists(SelectInterface $select);
doc_Drupal
2016-10-29 08:52:03
Comments
Leave a Comment

Please login to continue.