1.20.x query.inc public QueryConditionInterface::notExists(SelectQueryInterface $select)

Sets a condition that the specified subquery returns no values.

Parameters

SelectQueryInterface $select: The subquery that must not contain results.

Return value

QueryConditionInterface: The called object.

File

includes/database/query.inc, line 103
Non-specific Database query code. Used by all engines.

Class

QueryConditionInterface
Interface for a conditional clause in a query.

Code

public function notExists(SelectQueryInterface $select);